From ed6115361006240e3c7b02295599e4534cc55a13 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 19 Oct 2013 08:57:20 +0200 Subject: Update internal Boost subset to 1.54.0 --- cutl/details/boost/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cutl/details/boost/config.hpp') diff --git a/cutl/details/boost/config.hpp b/cutl/details/boost/config.hpp index c5a0e55..8a51685 100644 --- a/cutl/details/boost/config.hpp +++ b/cutl/details/boost/config.hpp @@ -36,7 +36,7 @@ #endif // if we don't have a std library config set, try and find one: -#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) +#if !defined(BOOST_STDLIB_CONFIG) && !defined(BOOST_NO_STDLIB_CONFIG) && !defined(BOOST_NO_CONFIG) && defined(__cplusplus) # include #endif // if we have a std library config, include it now: -- cgit v1.1