]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/preprocessor/tuple/replace.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / preprocessor / tuple / replace.hpp
index 80f65b5d45045076d6dd02cdc27a95473655bc7e..5af10c9ad3d1ba632f2828790d344a02678ffe0f 100644 (file)
@@ -13,9 +13,6 @@
 # define BOOST_PREPROCESSOR_TUPLE_REPLACE_HPP
 #
 # include <boost/preprocessor/config/config.hpp>
-#
-# if BOOST_PP_VARIADICS
-#
 # include <boost/preprocessor/array/replace.hpp>
 # include <boost/preprocessor/array/to_tuple.hpp>
 # include <boost/preprocessor/tuple/to_array.hpp>
@@ -32,6 +29,4 @@
     BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_REPLACE_D(d, BOOST_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \
 /**/
 #
-# endif // BOOST_PP_VARIADICS
-#
 # endif // BOOST_PREPROCESSOR_TUPLE_REPLACE_HPP