]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_traits/test/has_postfix_operators.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / type_traits / test / has_postfix_operators.hpp
index c1a8f98aa2588f17cdbc8fa9efb62369a87428cc..2bbcb9c6c980b87d6d4b3cc92faed476b4541ba2 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