diff options
Diffstat (limited to 'src/system.hh.in')
-rw-r--r-- | src/system.hh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.hh.in b/src/system.hh.in index d5b14bdb..c1cc8e30 100644 --- a/src/system.hh.in +++ b/src/system.hh.in @@ -149,7 +149,7 @@ typedef std::ostream::pos_type ostream_pos_type; #include <boost/filesystem/fstream.hpp> #include <boost/filesystem/operations.hpp> #include <boost/filesystem/path.hpp> -#if !(__cplusplus > 199711) +#if !(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__) #include <boost/foreach.hpp> #endif #include <boost/function.hpp> |