Files
boost_fusion/include/boost/fusion/container/map/map.hpp

13 lines
510 B
C++
Raw Normal View History

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