File indexing completed on 2026-03-28 08:05:18
0001
0002
0003
0004
0005
0006
0007
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 ">#
0019 #if defined(BOOST_HAS_PRAGMA_ONCE)
0020 # pragma once
0021 #endif
0022
0023 #include <boost/interprocess/detail/config_begin.hpp>
0024 #include <boost/container/map.hpp>
0025 #include <boost/interprocess/containers/containers_fwd.hpp>
0026
0027 namespace boost {
0028 namespace interprocess {
0029
0030 using boost::container::map;
0031 using boost::container::multimap;
0032
0033 }
0034 }
0035
0036 #include <boost/interprocess/detail/config_end.hpp>
0037
0038 #endif