Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:38:25

0001 //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2008-2012. Distributed under the Boost
0004 // Software License, Version 1.0. (See accompanying file
0005 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 //
0007 // See http://www.boost.org/libs/interprocess for documentation.
0008 //
0009 //////////////////////////////////////////////////////////////////////////////
0010 
0011 #ifndef BOOST_INTERPROCESS_CONTAINERS_MAP_HPP
0012 #define BOOST_INTERPROCESS_CONTAINERS_MAP_HPP
0013 
0014 #ifndef BOOST_CONFIG_HPP
0015 #  include <boost/config.hpp>
0016 #endif
0017 #
0018 #if defined(BOOST_HAS_PRAGMA_ONCE)
0019 #  pragma once
0020 #endif
0021 
0022 #include <boost/interprocess/detail/config_begin.hpp>
0023 #include <boost/container/map.hpp>
0024 #include <boost/interprocess/containers/containers_fwd.hpp>
0025 
0026 namespace boost {
0027 namespace interprocess {
0028 
0029 using boost::container::map;
0030 using boost::container::multimap;
0031 
0032 }  //namespace interprocess {
0033 }  //namespace boost {
0034 
0035 #include <boost/interprocess/detail/config_end.hpp>
0036 
0037 #endif //   #ifndef  BOOST_INTERPROCESS_CONTAINERS_MAP_HPP