forked from boostorg/fusion
phase2: refactoring for v2.1
[SVN r40209]
This commit is contained in:
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_JOINT_VIEW)
|
||||
#define FUSION_INCLUDE_JOINT_VIEW
|
||||
|
||||
#include <boost/fusion/sequence/view/joint_view.hpp>
|
||||
#include <boost/fusion/view/joint_view.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_LIST)
|
||||
#define FUSION_INCLUDE_LIST
|
||||
|
||||
#include <boost/fusion/sequence/container/list/list.hpp>
|
||||
#include <boost/fusion/container/list/list.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_SINGLE_VIEW)
|
||||
#define FUSION_INCLUDE_SINGLE_VIEW
|
||||
|
||||
#include <boost/fusion/sequence/view/single_view.hpp>
|
||||
#include <boost/fusion/view/single_view.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_TRANSFORM_VIEW)
|
||||
#define FUSION_INCLUDE_TRANSFORM_VIEW
|
||||
|
||||
#include <boost/fusion/sequence/view/transform_view.hpp>
|
||||
#include <boost/fusion/view/transform_view.hpp>
|
||||
|
||||
#endif
|
||||
|
@ -7,6 +7,6 @@
|
||||
#if !defined(FUSION_INCLUDE_VECTOR)
|
||||
#define FUSION_INCLUDE_VECTOR
|
||||
|
||||
#include <boost/fusion/sequence/container/vector/vector.hpp>
|
||||
#include <boost/fusion/container/vector/vector.hpp>
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user