- Timestamp:
- 06/01/12 13:25:39 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/dimctrl.cc
r14009 r14017 1 1 #ifndef FACT_DimCtrl 2 2 #define FACT_DimCtrl 3 4 #include <boost/lexical_cast.hpp>5 3 6 4 #include "Main.h" … … 193 191 194 192 if (fLabel<0) 195 msg += "-"+ boost::lexical_cast<string>(Readline::GetScriptDepth());193 msg += "-"+to_string(Readline::GetScriptDepth()); 196 194 197 195 msg += ": "+Readline::GetScript()+" [";
Note:
See TracChangeset
for help on using the changeset viewer.