Prepare implementing c++11 variadic based fusion::vector.

This commit is contained in:
Kohei Takahashi
2014-11-09 15:27:54 +09:00
parent 2b14951660
commit d937003962
15 changed files with 107 additions and 25 deletions

View File

@ -9,6 +9,7 @@
#include <boost/fusion/support/config.hpp>
#include <boost/fusion/support/detail/pp_round.hpp>
#include <boost/preprocessor/stringize.hpp>
#if !defined(FUSION_MAX_VECTOR_SIZE)
# define FUSION_MAX_VECTOR_SIZE 10