More preprocessed files

[SVN r74429]
This commit is contained in:
Joel de Guzman
2011-09-17 05:52:59 +00:00
parent 0ed54e9ea3
commit 3c92230f82
123 changed files with 23965 additions and 109 deletions

View File

@ -56,6 +56,7 @@ namespace boost { namespace fusion
vector0(Sequence const& /*seq*/)
{}
};
}}
#if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
#include <boost/fusion/container/vector/detail/preprocessed/vector10.hpp>
@ -77,17 +78,20 @@ namespace boost { namespace fusion
#pragma wave option(preserve: 1)
#endif
namespace boost { namespace fusion
{
// expand vector1 to vector10
#define BOOST_PP_FILENAME_1 <boost/fusion/container/vector/detail/vector_n.hpp>
#define BOOST_PP_ITERATION_LIMITS (1, 10)
#include BOOST_PP_ITERATE()
}}
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
#pragma wave option(output: null)
#endif
#endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
}}
#endif