41 #if (BOOST_VERSION < 104600) 42 #if defined(_MSC_VER) || defined(__MINGW32__) 53 #include <boost/version.hpp> 56 #if (BOOST_VERSION < 105700) 57 #define BOOST_NO_CXX11_SCOPED_ENUMS 58 #endif // #if (BOOST_VERSION < 105700) 59 #include <boost/filesystem.hpp> 60 #if (BOOST_VERSION < 105700) 61 #undef BOOST_NO_CXX11_SCOPED_ENUMS 62 #endif // #if (BOOST_VERSION < 105700) 64 #if (BOOST_VERSION >= 105300) 65 #include <boost/lockfree/queue.hpp> 67 #else // use the standard queue 73 boost::filesystem::path
oms_canonical(boost::filesystem::path p);
boost::filesystem::path oms_unique_path(const std::string &prefix)
Definition: OMSBoost.cpp:74
boost::filesystem::path oms_temp_directory_path(void)
Definition: OMSBoost.cpp:35
boost::filesystem::path oms_canonical(boost::filesystem::path p)
Definition: OMSBoost.cpp:65