1 //////////////////////////////////////////////////////////////////////////////
3 // (C) Copyright Ion Gaztanaga 2008-2009. Distributed under the Boost
4 // Software License, Version 1.0. (See accompanying file
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/interprocess for documentation.
9 //////////////////////////////////////////////////////////////////////////////
11 #ifndef BOOST_INTERPROCESS_CONTAINERS_FLAT_MAP_HPP
12 #define BOOST_INTERPROCESS_CONTAINERS_FLAT_MAP_HPP
14 #if (defined _MSC_VER) && (_MSC_VER >= 1200)
18 #include <boost/interprocess/detail/config_begin.hpp>
19 #include <boost/interprocess/containers/container/flat_map.hpp>
22 namespace interprocess
{
24 using boost::interprocess_container::flat_map
;
25 using boost::interprocess_container::flat_multimap
;
27 } //namespace interprocess {
30 #include <boost/interprocess/detail/config_end.hpp>
32 #endif // #ifndef BOOST_INTERPROCESS_CONTAINERS_FLAT_MAP_HPP