src/cxx_supportlib/vendor-modified/boost/preprocessor/tuple/replace.hpp in passenger-6.0.7 vs src/cxx_supportlib/vendor-modified/boost/preprocessor/tuple/replace.hpp in passenger-6.0.8

- old
+ new

@@ -21,16 +21,16 @@ # include <boost/preprocessor/tuple/to_array.hpp> # # /* BOOST_PP_TUPLE_REPLACE */ # # define BOOST_PP_TUPLE_REPLACE(tuple, i, elem) \ - BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_REPLACE(BOOST_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \ + BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_REPLACE(BOOST_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \ /**/ # # /* BOOST_PP_TUPLE_REPLACE_D */ # # define BOOST_PP_TUPLE_REPLACE_D(d, tuple, i, elem) \ - BOOST_PP_ARRAY_TO_TUPLE(BOOST_PP_ARRAY_REPLACE_D(d, BOOST_PP_TUPLE_TO_ARRAY(tuple), i, elem)) \ + 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