Added BOOST_PP_FOLD_RIGHT_2ND

[SVN r12896]
This commit is contained in:
Vesa Karvonen
2002-02-22 11:03:40 +00:00
parent ffef0494ce
commit 4834a1927b
2 changed files with 33 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <boost/preprocessor/list/cat.hpp>
#include <boost/preprocessor/list/filter.hpp>
#include <boost/preprocessor/list/first_n.hpp>
#include <boost/preprocessor/list/fold_left_2nd.hpp>
#include <boost/preprocessor/list/fold_right_2nd.hpp>
#include <boost/preprocessor/list/for_each.hpp>
#include <boost/preprocessor/list/for_each_product.hpp>
#include <boost/preprocessor/list/size.hpp>