Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-09-17 08:51:56

0001 //////////////////////////////////////////////////////////////////////////////
0002 //
0003 // (C) Copyright Ion Gaztanaga 2009-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_CONTAINERS_FWD_HPP
0012 #define BOOST_INTERPROCESS_CONTAINERS_CONTAINERS_FWD_HPP
0013 
0014 #if !defined(BOOST_INTERPROCESS_DOXYGEN_INVOKED)
0015 
0016 #ifndef BOOST_CONFIG_HPP
0017 #  include <boost/config.hpp>
0018 #endif
0019 0020 ">#
0021 #if defined(BOOST_HAS_PRAGMA_ONCE)
0022 #  pragma once
0023 #endif
0024 
0025 //////////////////////////////////////////////////////////////////////////////
0026 //                        Standard predeclarations
0027 //////////////////////////////////////////////////////////////////////////////
0028 
0029 #include <boost/interprocess/detail/config_begin.hpp>
0030 #include <boost/container/container_fwd.hpp>
0031 
0032 namespace boost {
0033 namespace interprocess {
0034 
0035 using boost::container::ordered_range;
0036 using boost::container::ordered_unique_range;
0037 
0038 }  //namespace interprocess {
0039 }  //namespace boost {
0040 
0041 #include <boost/interprocess/detail/config_end.hpp>
0042 
0043 #endif   //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
0044 
0045 #endif //   #ifndef  BOOST_INTERPROCESS_CONTAINERS_CONTAINERS_FWD_HPP