1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00

Merge branch 'boostfix'

This commit is contained in:
Marc Zinnschlag 2012-08-09 16:12:42 +02:00
commit de35999891

View File

@ -32,7 +32,7 @@ namespace Ogre {
class Root; class Root;
} }
#if (BOOST_VERSION <= 104300) #if (BOOST_VERSION <= 104500)
namespace boost { namespace boost {
namespace filesystem { namespace filesystem {
inline path absolute(const path& p, const path& base=current_path()) { inline path absolute(const path& p, const path& base=current_path()) {