]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/typeof/test/function_ref.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / typeof / test / function_ref.cpp
old mode 100755 (executable)
new mode 100644 (file)
index b524e2a..0651276
@@ -6,3 +6,5 @@
 
 BOOST_STATIC_ASSERT(boost::type_of::test<void(&)()>::value);
 BOOST_STATIC_ASSERT(boost::type_of::test<int(&)(int, short)>::value);
+BOOST_STATIC_ASSERT(boost::type_of::test<int(&)(...)>::value);
+BOOST_STATIC_ASSERT(boost::type_of::test<int(&)(int,...)>::value);