1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-03 20:09:40 +00:00

boost filesystem compatibility fix

This commit is contained in:
Marc Zinnschlag 2012-08-08 08:52:08 +02:00
parent dbcd4a8b5b
commit 7cc2de3e21

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()) {