Changeset 12781
- Timestamp:
- 01/30/12 16:54:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Readline.cc
r11479 r12781 62 62 #include <readline/history.h> 63 63 64 #include <boost/version.hpp> 64 65 #include <boost/filesystem.hpp> 65 66 … … 109 110 110 111 // Program name 112 #if BOOST_VERSION < 104700 111 113 static const string fname = boost::filesystem::path(prgname).filename(); 114 #else 115 static const string fname = boost::filesystem::path(prgname).filename().string(); 116 #endif 112 117 rl_readline_name = fname.c_str(); 113 118
Note:
See TracChangeset
for help on using the changeset viewer.