mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-01 06:15:32 +00:00
Merge branch 'boostfix'
This commit is contained in:
commit
de35999891
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue