From 8388baafd3e2c6e4b2f76878215d503e8842da27 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 28 Feb 2011 16:24:15 -0500 Subject: Support Boost 1.46 and Boost.Filesystem v3 --- src/main.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index ef611f51..820f920d 100644 --- a/src/main.cc +++ b/src/main.cc @@ -67,7 +67,9 @@ int main(int argc, char * argv[], char * envp[]) // Initialize global Boost/C++ environment std::ios::sync_with_stdio(false); +#if BOOST_VERSION < 104600 filesystem::path::default_name_check(filesystem::portable_posix_name); +#endif std::signal(SIGINT, sigint_handler); #ifndef WIN32 -- cgit v1.2.3