clang: we can't use the new operator detector code for clang < 3.2.

This commit is contained in:
jzmaddock
2018-02-16 19:08:49 +00:00
parent 8d938a4bb9
commit 75160cd755

View File

@ -74,6 +74,10 @@
# define BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION
#endif
#if defined(__clang__) && (__clang_major__ == 3) && (__clang_minor__ < 2) && defined(BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION)
#undef BOOST_TT_HAS_ACCURATE_BINARY_OPERATOR_DETECTION
#endif
#endif // BOOST_TT_CONFIG_HPP_INCLUDED