]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/intrusive/test/has_member_function_callable_with_no_variadic.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / intrusive / test / has_member_function_callable_with_no_variadic.cpp
diff --git a/ceph/src/boost/libs/intrusive/test/has_member_function_callable_with_no_variadic.cpp b/ceph/src/boost/libs/intrusive/test/has_member_function_callable_with_no_variadic.cpp
deleted file mode 100644 (file)
index 1be7832..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <boost/config.hpp>
-
-#ifndef BOOST_NO_CXX11_VARIADIC_TEMPLATES
-#  define BOOST_NO_CXX11_VARIADIC_TEMPLATES
-#  include "has_member_function_callable_with.cpp"
-#else
-   int main()
-   {
-      return 0;
-   }
-#endif
-