diff --git a/doc/ref/array_to_list.html b/doc/ref/array_to_list.html index 8ea7133..2fdd247 100644 --- a/doc/ref/array_to_list.html +++ b/doc/ref/array_to_list.html @@ -25,8 +25,8 @@
#include <boost/preprocessor/array/to_list.hpp>
BOOST_PP_ARRAY_TO_LIST((3, (x, y, z)))
// expands to (x, (y, (z, #include <boost/preprocessor/array/to_list.hpp>
BOOST_PP_ARRAY_TO_LIST((3, (x, y, z)))
// expands to (x, (y, (z, BOOST_PP_NIL)))
#include <boost/preprocessor/array/to_seq.hpp>
#include <boost/preprocessor/array/to_seq.hpp>
BOOST_PP_ARRAY_TO_SEQ((3, (a, b, c))) // expands to (a)(b)(c)
#include <boost/preprocessor/list/to_seq.hpp>
#include <boost/preprocessor/list/to_seq.hpp>
BOOST_PP_LIST_TO_SEQ((a, (b, (c, BOOST_PP_NIL)))) // expands to (a)(b)(c)