Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / type_traits / test / has_postfix_operators.hpp
index c1a8f98..2bbcb9c 100644 (file)
@@ -6,6 +6,10 @@
 #ifndef TT_HAS_POSTFIX_OPERATORS_HPP
 #define TT_HAS_POSTFIX_OPERATORS_HPP
 
+// 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