forked from boostorg/fusion
phase3: refactoring for v2.1
[SVN r40211]
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user