mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-29 16:11:37 -04:00
boost filesystem compatibility fix
This commit is contained in:
parent
dbcd4a8b5b
commit
7cc2de3e21
@ -32,7 +32,7 @@ namespace Ogre {
|
||||
class Root;
|
||||
}
|
||||
|
||||
#if (BOOST_VERSION <= 104300)
|
||||
#if (BOOST_VERSION <= 104500)
|
||||
namespace boost {
|
||||
namespace filesystem {
|
||||
inline path absolute(const path& p, const path& base=current_path()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user