forked from boostorg/fusion
doc updates + some more header tweaks
[SVN r40831]
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
/*=============================================================================
|
/*=============================================================================
|
||||||
Copyright (c) 2001-2006 Joel de Guzman
|
Copyright (c) 2001-2006 Joel de Guzman
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
||||||
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
||||||
==============================================================================*/
|
==============================================================================*/
|
||||||
#if !defined(FUSION_SEQUENCE_CLASS_10022005_0614)
|
#if !defined(FUSION_SEQUENCE_CLASS_10022005_0614)
|
||||||
@ -12,5 +12,6 @@
|
|||||||
#include <boost/fusion/container/map.hpp>
|
#include <boost/fusion/container/map.hpp>
|
||||||
#include <boost/fusion/container/set.hpp>
|
#include <boost/fusion/container/set.hpp>
|
||||||
#include <boost/fusion/container/deque.hpp>
|
#include <boost/fusion/container/deque.hpp>
|
||||||
|
#include <boost/fusion/container/generation.hpp>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include <boost/fusion/sequence/sequence_facade.hpp>
|
#include <boost/fusion/sequence/sequence_facade.hpp>
|
||||||
#include <boost/fusion/sequence/comparison.hpp>
|
#include <boost/fusion/sequence/comparison.hpp>
|
||||||
#include <boost/fusion/container/generation.hpp>
|
|
||||||
#include <boost/fusion/sequence/intrinsic.hpp>
|
#include <boost/fusion/sequence/intrinsic.hpp>
|
||||||
#include <boost/fusion/sequence/io.hpp>
|
#include <boost/fusion/sequence/io.hpp>
|
||||||
#include <boost/fusion/sequence/convert.hpp>
|
#include <boost/fusion/sequence/convert.hpp>
|
||||||
|
Reference in New Issue
Block a user