Changeset 12824 for trunk/FACT++
- Timestamp:
- 02/03/12 12:37:05 (13 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Main.h
r12783 r12824 92 92 93 93 const string pname = path.parent_path().string(); 94 #if BOOST_VERSION < 104 70094 #if BOOST_VERSION < 104600 95 95 const string fname = path.filename(); 96 96 #else -
trunk/FACT++/src/Readline.cc
r12781 r12824 110 110 111 111 // Program name 112 #if BOOST_VERSION < 104 700112 #if BOOST_VERSION < 104600 113 113 static const string fname = boost::filesystem::path(prgname).filename(); 114 114 #else -
trunk/FACT++/src/ReadlineColor.cc
r12782 r12824 24 24 bool ReadlineColor::PrintBootMsg(ostream &out, const string &name, bool interactive) 25 25 { 26 #if BOOST_VERSION < 104 70026 #if BOOST_VERSION < 104600 27 27 const string n = boost::filesystem::path(name).stem(); 28 28 #else
Note:
See TracChangeset
for help on using the changeset viewer.