diff --git a/doc/reference/index.htm b/doc/reference/index.htm index c438432..b8df380 100644 --- a/doc/reference/index.htm +++ b/doc/reference/index.htm @@ -72,8 +72,12 @@
Catenates two lists together.
For example,
@@ -56,7 +56,7 @@Can be used inside BOOST_PP_WHILE().
L
(from the left or the start of the list).
Can be used inside BOOST_PP_WHILE().
Revised
diff --git a/doc/reference/list_fold_left_2nd.htm b/doc/reference/list_fold_left_2nd.htm new file mode 100644 index 0000000..398b087 --- /dev/null +++ b/doc/reference/list_fold_left_2nd.htm @@ -0,0 +1,55 @@ + + + +
+ |
+
+ Boost.Preprocessor+Reference+ |
+
Same as BOOST_PP_LIST_FOLD_LEFT(), but implemented independently.
+ +Can be used inside BOOST_PP_WHILE().
+Revised
+ +© Copyright Housemarque Oy 2002
+ +Permission to copy, use, modify, sell and distribute this document is granted +provided this copyright notice appears in all copies. This document is provided +"as is" without express or implied warranty, and with no claim as to its suitability +for any purpose.
+ + diff --git a/doc/reference/list_fold_right.htm b/doc/reference/list_fold_right.htm index 6623efa..52ce289 100644 --- a/doc/reference/list_fold_right.htm +++ b/doc/reference/list_fold_right.htm @@ -19,7 +19,7 @@L
(from the right or the end of the list).
Can be used inside BOOST_PP_WHILE().
Revised
diff --git a/doc/reference/list_fold_right_2nd.htm b/doc/reference/list_fold_right_2nd.htm new file mode 100644 index 0000000..970c6bb --- /dev/null +++ b/doc/reference/list_fold_right_2nd.htm @@ -0,0 +1,55 @@ + + + +
+ |
+
+ Boost.Preprocessor+Reference+ |
+
Same as BOOST_PP_LIST_FOLD_RIGHT(), but implemented independently.
+ +Can be used inside BOOST_PP_WHILE().
+Revised
+ +© Copyright Housemarque Oy 2002
+ +Permission to copy, use, modify, sell and distribute this document is granted +provided this copyright notice appears in all copies. This document is provided +"as is" without express or implied warranty, and with no claim as to its suitability +for any purpose.
+ + diff --git a/doc/reference/list_for_each.htm b/doc/reference/list_for_each.htm index 69f76f4..2ca6563 100644 --- a/doc/reference/list_for_each.htm +++ b/doc/reference/list_for_each.htm @@ -19,7 +19,7 @@Can be used inside BOOST_PP_FOR().
Revised