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 @@

Sample Code

-
#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)))

diff --git a/doc/ref/array_to_seq.html b/doc/ref/array_to_seq.html index 7140176..bf3518e 100644 --- a/doc/ref/array_to_seq.html +++ b/doc/ref/array_to_seq.html @@ -23,7 +23,7 @@

Sample Code

-
#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)

diff --git a/doc/ref/list_to_seq.html b/doc/ref/list_to_seq.html index b023546..3efc7e1 100644 --- a/doc/ref/list_to_seq.html +++ b/doc/ref/list_to_seq.html @@ -30,7 +30,7 @@

Sample Code

-
#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)

diff --git a/doc/ref/list_to_tuple_r.html b/doc/ref/list_to_tuple_r.html index a72c4de..0227d38 100644 --- a/doc/ref/list_to_tuple_r.html +++ b/doc/ref/list_to_tuple_r.html @@ -50,7 +50,7 @@ // expands to (x, y, z) (y, z) (z)
-
© Copyright © Copyright Housemarque Oy 2002
© Copyright Paul Mensonides 2002