12 #include <boost/version.hpp> 13 #include <boost/filesystem.hpp> 48 #if BOOST_VERSION < 104600 49 const std::string n = boost::filesystem::path(name).filename();
51 const std::string n = boost::filesystem::path(name).filename().string();
57 "Written by Thomas Bretz et al.\n" 62 "Copyright (C) 2011 by the FACT Collaboration.\n" 63 "This is free software; see the source for copying conditions.\n" #define PACKAGE_BUGREPORT
void PrintVersion(const char *name)