reverting to 2.0

[SVN r40220]
This commit is contained in:
Joel de Guzman
2007-10-20 22:33:52 +00:00
parent fc1df001c6
commit 361635c5ab
345 changed files with 816 additions and 999 deletions

View File

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

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_AS_VECTOR)
#define FUSION_INCLUDE_AS_VECTOR
#include <boost/fusion/container/vector/convert.hpp>
#include <boost/fusion/sequence/conversion/as_vector.hpp>
#endif

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_JOINT_VIEW)
#define FUSION_INCLUDE_JOINT_VIEW
#include <boost/fusion/view/joint_view.hpp>
#include <boost/fusion/sequence/view/joint_view.hpp>
#endif

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_LIST)
#define FUSION_INCLUDE_LIST
#include <boost/fusion/container/list/list.hpp>
#include <boost/fusion/sequence/container/list/list.hpp>
#endif

View File

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

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_SINGLE_VIEW)
#define FUSION_INCLUDE_SINGLE_VIEW
#include <boost/fusion/view/single_view.hpp>
#include <boost/fusion/sequence/view/single_view.hpp>
#endif

View File

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

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_TRANSFORM_VIEW)
#define FUSION_INCLUDE_TRANSFORM_VIEW
#include <boost/fusion/view/transform_view.hpp>
#include <boost/fusion/sequence/view/transform_view.hpp>
#endif

View File

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

View File

@@ -7,6 +7,6 @@
#if !defined(FUSION_INCLUDE_VECTOR)
#define FUSION_INCLUDE_VECTOR
#include <boost/fusion/container/vector/vector.hpp>
#include <boost/fusion/sequence/container/vector/vector.hpp>
#endif