- Timestamp:
- 06/01/12 13:25:20 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r13796 r14016 7 7 8 8 #include <boost/filesystem.hpp> 9 #include <boost/lexical_cast.hpp>10 9 11 10 #include "Dim.h" … … 121 120 const Time now; 122 121 io_service.Write(now, "/----------------------- Program ------------------------"); 123 io_service.Write(now, "| Program: "PACKAGE_STRING" ("+fname+":"+ boost::lexical_cast<string>(getpid())+")");122 io_service.Write(now, "| Program: "PACKAGE_STRING" ("+fname+":"+to_string(getpid())+")"); 124 123 io_service.Write(now, "| CallPath: "+pname); 125 124 io_service.Write(now, "| Compiled: "__DATE__" "__TIME__);
Note:
See TracChangeset
for help on using the changeset viewer.