vc7.1 bugfix

[SVN r36919]
This commit is contained in:
Joel de Guzman
2007-02-09 12:16:50 +00:00
parent 94c2c0e526
commit f975648eea
5 changed files with 12 additions and 6 deletions

View File

@ -8,6 +8,7 @@
http://www.boost.org/LICENSE_1_0.txt) http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#include <boost/fusion/sequence/container/deque/deque.hpp> #include <boost/fusion/sequence/container/deque/deque.hpp>
#include <boost/fusion/sequence/conversion/as_deque.hpp>
#include <boost/fusion/sequence/adapted/mpl.hpp> #include <boost/fusion/sequence/adapted/mpl.hpp>
#define FUSION_SEQUENCE deque #define FUSION_SEQUENCE deque

View File

@ -7,6 +7,7 @@
http://www.boost.org/LICENSE_1_0.txt) http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#include <boost/fusion/sequence/container/list/list.hpp> #include <boost/fusion/sequence/container/list/list.hpp>
#include <boost/fusion/sequence/conversion/as_list.hpp>
#include <boost/fusion/sequence/adapted/mpl.hpp> #include <boost/fusion/sequence/adapted/mpl.hpp>
#define FUSION_SEQUENCE list #define FUSION_SEQUENCE list

View File

@ -7,6 +7,8 @@
http://www.boost.org/LICENSE_1_0.txt) http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#include <boost/fusion/tuple.hpp> #include <boost/fusion/tuple.hpp>
#include <boost/fusion/sequence/conversion/as_vector.hpp>
#include <boost/fusion/sequence/adapted/mpl.hpp>
#define FUSION_SEQUENCE tuple #define FUSION_SEQUENCE tuple
#define FUSION_AT get #define FUSION_AT get

View File

@ -7,6 +7,8 @@
http://www.boost.org/LICENSE_1_0.txt) http://www.boost.org/LICENSE_1_0.txt)
==============================================================================*/ ==============================================================================*/
#include <boost/fusion/sequence/container/vector/vector.hpp> #include <boost/fusion/sequence/container/vector/vector.hpp>
#include <boost/fusion/sequence/conversion/as_vector.hpp>
#include <boost/fusion/sequence/adapted/mpl.hpp>
#define FUSION_SEQUENCE vector #define FUSION_SEQUENCE vector
#include "misc.hpp" #include "misc.hpp"