Use the correct feature macro in is_function.hpp

This commit is contained in:
jzmaddock
2018-08-14 09:39:40 +01:00
parent 17af798061
commit 685c47ecca

View File

@ -14,7 +14,7 @@
#include <boost/type_traits/detail/config.hpp>
#include <boost/config/workaround.hpp>
#ifdef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION
#ifdef BOOST_TT_HAS_ASCCURATE_IS_FUNCTION
#include <boost/type_traits/detail/is_function_cxx_11.hpp>