Another fix for Boost.Filesystem v3
This commit is contained in:
parent
052ff30c16
commit
0759071565
1 changed files with 3 additions and 1 deletions
|
|
@ -93,10 +93,12 @@ namespace ledger {
|
||||||
}
|
}
|
||||||
|
|
||||||
#if BOOST_FILESYSTEM_VERSION == 3
|
#if BOOST_FILESYSTEM_VERSION == 3
|
||||||
|
#if defined(VERIFY_ON) || defined(HAVE_BOOST_PYTHON)
|
||||||
namespace boost { namespace filesystem3 { namespace path_traits {
|
namespace boost { namespace filesystem3 { namespace path_traits {
|
||||||
template<> struct is_pathable<ledger::string> { static const bool value = true; };
|
template<> struct is_pathable<ledger::string> { static const bool value = true; };
|
||||||
}}}
|
}}}
|
||||||
#endif
|
#endif // defined(VERIFY_ON) || defined(HAVE_BOOST_PYTHON)
|
||||||
|
#endif // BOOST_FILESYSTEM_VERSION == 3
|
||||||
|
|
||||||
/*@}*/
|
/*@}*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue