2006-08-16 16:50:52 +00:00
|
|
|
/*=============================================================================
|
|
|
|
Copyright (c) 2001-2006 Joel de Guzman
|
|
|
|
|
2007-10-20 13:13:58 +00:00
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
2007-03-02 10:44:14 +00:00
|
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
2006-08-16 16:50:52 +00:00
|
|
|
==============================================================================*/
|
|
|
|
#if !defined(FUSION_SEQUENCE_CLASS_MAP_10022005_0606)
|
|
|
|
#define FUSION_SEQUENCE_CLASS_MAP_10022005_0606
|
|
|
|
|
2007-10-20 11:31:03 +00:00
|
|
|
#include <boost/fusion/container/map/limits.hpp>
|
|
|
|
#include <boost/fusion/container/map/map.hpp>
|
|
|
|
#include <boost/fusion/container/map/map_fwd.hpp>
|
2007-10-20 13:13:58 +00:00
|
|
|
#include <boost/fusion/container/map/convert.hpp>
|
2006-08-16 16:50:52 +00:00
|
|
|
|
|
|
|
#endif
|