Another fix for Boost.Filesystem v3

This commit is contained in:
John Wiegley 2011-03-25 16:42:49 -04:00
parent 052ff30c16
commit 0759071565

View file

@ -93,10 +93,12 @@ namespace ledger {
}
#if BOOST_FILESYSTEM_VERSION == 3
#if defined(VERIFY_ON) || defined(HAVE_BOOST_PYTHON)
namespace boost { namespace filesystem3 { namespace path_traits {
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
/*@}*/