DEBSOURCES
Skip Quicknav
sources / bornagain / 23.0-6 / Fit / 3rdparty / RootMinimizers / base / TString.h
123456789
#ifndef BA_TSTRING_H #define BA_TSTRING_H #include <string> typedef std::string TString; #endif