phase3: refactoring for v2.1

[SVN r40211]
This commit is contained in:
Joel de Guzman
2007-10-20 11:50:27 +00:00
parent d0d540064d
commit 16bcb17c06
118 changed files with 199 additions and 211 deletions

View File

@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_ADAPT_STRUCT)
#define FUSION_INCLUDE_ADAPT_STRUCT
#include <boost/fusion/sequence/adapted/struct/adapt_struct.hpp>
#include <boost/fusion/adapted/struct/adapt_struct.hpp>
#endif

View File

@ -7,7 +7,7 @@
#if !defined(FUSION_INCLUDE_MPL)
#define FUSION_INCLUDE_MPL
#include <boost/fusion/sequence/adapted/mpl.hpp>
#include <boost/fusion/sequence/intrinsic/mpl.hpp>
#include <boost/fusion/adapted/mpl.hpp>
#include <boost/fusion/mpl.hpp>
#endif

View File

@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_STD_PAIR)
#define FUSION_INCLUDE_STD_PAIR
#include <boost/fusion/sequence/adapted/std_pair.hpp>
#include <boost/fusion/adapted/std_pair.hpp>
#endif

View File

@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_VARIANT)
#define FUSION_INCLUDE_VARIANT
#include <boost/fusion/sequence/adapted/variant.hpp>
#include <boost/fusion/adapted/variant.hpp>
#endif