phase2: refactoring for v2.1

[SVN r40209]
This commit is contained in:
Joel de Guzman
2007-10-20 11:31:03 +00:00
parent a77599ed49
commit 9243ee2450
227 changed files with 350 additions and 354 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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