X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Futility%2Ftest%2Fresult_of_test.cpp;h=290043b370d5b2867255d89e44e819b8dcccde8f;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=9ea72f122adbd07256f16a0e668cc2cbd0af0a42;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/utility/test/result_of_test.cpp b/ceph/src/boost/libs/utility/test/result_of_test.cpp index 9ea72f122..290043b37 100644 --- a/ceph/src/boost/libs/utility/test/result_of_test.cpp +++ b/ceph/src/boost/libs/utility/test/result_of_test.cpp @@ -297,6 +297,12 @@ int main() BOOST_STATIC_ASSERT((is_same(void)>::type, cv_overload_check >::value)); BOOST_STATIC_ASSERT((is_same(void)>::type, cv_overload_check >::value)); BOOST_STATIC_ASSERT((is_same(void)>::type, cv_overload_check >::value)); + + BOOST_STATIC_ASSERT((is_same::type, int>::value)); + BOOST_STATIC_ASSERT((is_same::type, int>::value)); + BOOST_STATIC_ASSERT((is_same::type, int>::value)); + BOOST_STATIC_ASSERT((is_same::type, int>::value)); + #if !defined(BOOST_NO_CXX11_RVALUE_REFERENCES) BOOST_STATIC_ASSERT((is_same::type, short>::value)); BOOST_STATIC_ASSERT((is_same::type, int>::value));