2007-10-21 00:52:09 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2001-2006 Joel de Guzman
|
|
|
|
|
2007-11-06 12:05:12 +00:00
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
2007-10-21 00:52:09 +00:00
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
|
|
==============================================================================*/
|
|
|
|
#if !defined(FUSION_SEQUENCE_CLASS_10022005_0614)
|
|
|
|
#define FUSION_SEQUENCE_CLASS_10022005_0614
|
|
|
|
|
|
|
|
#include <boost/fusion/container/vector.hpp>
|
|
|
|
#include <boost/fusion/container/list.hpp>
|
|
|
|
#include <boost/fusion/container/map.hpp>
|
|
|
|
#include <boost/fusion/container/set.hpp>
|
|
|
|
#include <boost/fusion/container/deque.hpp>
|
2007-11-06 12:05:12 +00:00
|
|
|
#include <boost/fusion/container/generation.hpp>
|
2007-10-21 00:52:09 +00:00
|
|
|
|
|
|
|
#endif
|