]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/preprocessor/variadic/to_tuple.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / preprocessor / variadic / to_tuple.hpp
index ddb6d8b1310e0131b8eb171a34f26f76f20c604e..29c299fcbb957d387e823a4202c1c22982f0f1f8 100644 (file)
@@ -17,8 +17,6 @@
 #
 # /* BOOST_PP_VARIADIC_TO_TUPLE */
 #
-# if BOOST_PP_VARIADICS
-#    define BOOST_PP_VARIADIC_TO_TUPLE(...) (__VA_ARGS__)
-# endif
+# define BOOST_PP_VARIADIC_TO_TUPLE(...) (__VA_ARGS__)
 #
 # endif