2007-10-21 00:52:09 +00:00
|
|
|
/*=============================================================================
|
2011-09-16 05:56:36 +00:00
|
|
|
Copyright (c) 2001-2011 Joel de Guzman
|
2007-10-21 00:52:09 +00:00
|
|
|
|
2011-09-17 06:55:06 +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)
|
|
|
|
==============================================================================*/
|
2013-02-03 11:50:48 +00:00
|
|
|
#if !defined(FUSION_MAP_MAIN_07212005_1106)
|
|
|
|
#define FUSION_MAP_MAIN_07212005_1106
|
2007-10-21 00:52:09 +00:00
|
|
|
|
2013-02-03 11:50:48 +00:00
|
|
|
#include <boost/fusion/container/map/detail/cpp03/map.hpp>
|
2011-09-17 06:55:06 +00:00
|
|
|
|
2007-10-21 00:52:09 +00:00
|
|
|
#endif
|