forked from boostorg/type_traits
Use the correct feature macro in is_function.hpp
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user