doc updates + some more header tweaks

[SVN r40830]
This commit is contained in:
Joel de Guzman
2007-11-06 11:58:37 +00:00
parent 58b2bccbe4
commit 41c46501db
31 changed files with 36 additions and 36 deletions

View File

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

View File

@ -7,7 +7,7 @@
#if !defined(FUSION_INCLUDE_GENERATION)
#define FUSION_INCLUDE_GENERATION
#include <boost/fusion/sequence/generation.hpp>
#include <boost/fusion/container/generation.hpp>
#include <boost/fusion/functional/generation.hpp>
#endif

View File

@ -7,7 +7,7 @@
#if !defined(FUSION_INCLUDE_GENERATION)
#define FUSION_INCLUDE_GENERATION
#include <boost/fusion/sequence/generation.hpp>
#include <boost/fusion/container/generation.hpp>
#include <boost/fusion/functional/generation.hpp>
#endif

View File

@ -7,7 +7,7 @@
#if !defined(FUSION_INCLUDE_GENERATION)
#define FUSION_INCLUDE_GENERATION
#include <boost/fusion/sequence/generation.hpp>
#include <boost/fusion/container/generation.hpp>
#include <boost/fusion/functional/generation.hpp>
#endif

View File

@ -7,7 +7,7 @@
#if !defined(FUSION_INCLUDE_GENERATION)
#define FUSION_INCLUDE_GENERATION
#include <boost/fusion/sequence/generation.hpp>
#include <boost/fusion/container/generation.hpp>
#include <boost/fusion/functional/generation.hpp>
#endif

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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