From 0759071565bf5efde7abc1ef16b2eddc3bba21b6 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 25 Mar 2011 16:42:49 -0400 Subject: Another fix for Boost.Filesystem v3 --- src/utils.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index ad9b0562..e1a03d79 100644 --- a/src/utils.h +++ b/src/utils.h @@ -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 { static const bool value = true; }; }}} -#endif +#endif // defined(VERIFY_ON) || defined(HAVE_BOOST_PYTHON) +#endif // BOOST_FILESYSTEM_VERSION == 3 /*@}*/ -- cgit v1.2.3