Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / type_traits / test / has_prefix_operators.hpp
index 0c1d1ab..8b43653 100644 (file)
 #pragma GCC diagnostic ignored "-Wunused-function"
 #endif
 
+// It would be nice to get rid of the unnamed namespace here,
+// but for now we just turn off inspection reporting :(
+// boostinspect:nounnamed
+
 // test with one template parameter
 #define TEST_T(TYPE,RESULT) BOOST_CHECK_INTEGRAL_CONSTANT((::boost::BOOST_TT_TRAIT_NAME<TYPE>::value), RESULT)
 // test with one template parameter plus return value