From b20d7a811ebdd6b8e6b898c0fddf461c3cd9ef87 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Thu, 20 Oct 2016 13:52:28 +0200 Subject: [PATCH] use of for clang detection use instead of to check for libstdc++ 6.1 --- include/boost/config/stdlib/libstdcpp3.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/stdlib/libstdcpp3.hpp b/include/boost/config/stdlib/libstdcpp3.hpp index 6ef99048..d4596498 100644 --- a/include/boost/config/stdlib/libstdcpp3.hpp +++ b/include/boost/config/stdlib/libstdcpp3.hpp @@ -123,7 +123,7 @@ // #ifdef __clang__ -#if __has_include() +#if __has_include() # define BOOST_LIBSTDCXX_VERSION 60100 #elif __has_include() # define BOOST_LIBSTDCXX_VERSION 50100