From 045d40e5a6a799620a1a7fe67f030f03395fa374 Mon Sep 17 00:00:00 2001
From: Vesa Karvonen Catenates two lists together. For example, Can be used inside BOOST_PP_WHILE().
-#define BOOST_PP_LIST_APPEND(L,P)
+#define BOOST_PP_LIST_APPEND(L,R)
-#define BOOST_PP_LIST_APPEND_D(D,L,P)
+#define BOOST_PP_LIST_APPEND_D(D,L,R)
diff --git a/doc/reference/list_fold_left.htm b/doc/reference/list_fold_left.htm
index 4eb1d98..7de365d 100644
--- a/doc/reference/list_fold_left.htm
+++ b/doc/reference/list_fold_left.htm
@@ -19,7 +19,7 @@
-Prev Next Macros Headers
+Prev Next Macros Headers
#include <boost/preprocessor/list/fold_left.hpp>
@@ -67,7 +67,7 @@ list 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