[Orxonox-commit 5039] r9703 - code/trunk/src/libraries/core
landauf at orxonox.net
landauf at orxonox.net
Tue Oct 15 22:50:05 CEST 2013
Author: landauf
Date: 2013-10-15 22:50:05 +0200 (Tue, 15 Oct 2013)
New Revision: 9703
Modified:
code/trunk/src/libraries/core/CorePrereqs.h
Log:
fixed build with boost 1.48 and 1.49
Modified: code/trunk/src/libraries/core/CorePrereqs.h
===================================================================
--- code/trunk/src/libraries/core/CorePrereqs.h 2013-10-14 15:44:27 UTC (rev 9702)
+++ code/trunk/src/libraries/core/CorePrereqs.h 2013-10-15 20:50:05 UTC (rev 9703)
@@ -275,7 +275,7 @@
typedef basic_path<std::string, path_traits> path;
}
-#elif (BOOST_VERSION < 104800)
+#elif (BOOST_VERSION < 105000)
# if BOOST_FILESYSTEM_VERSION == 2
namespace filesystem2
@@ -303,7 +303,6 @@
#else
- // TODO: Check this once boost 1.48 is released
namespace filesystem
{
class path;
More information about the Orxonox-commit
mailing list