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 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 #if defined(BOOST_HAS_PRAGMA_ONCE)
0021 #  pragma once
0022 #endif
0023 
0024 //////////////////////////////////////////////////////////////////////////////
0025 //                        Standard predeclarations
0026 //////////////////////////////////////////////////////////////////////////////
0027 
0028 #include <boost/interprocess/detail/config_begin.hpp>
0029 #include <boost/container/container_fwd.hpp>
0030 
0031 namespace boost {
0032 namespace interprocess {
0033 
0034 using boost::container::ordered_range;
0035 using boost::container::ordered_unique_range;
0036 
0037 }  //namespace interprocess {
0038 }  //namespace boost {
0039 
0040 #include <boost/interprocess/detail/config_end.hpp>
0041 
0042 #endif   //#ifndef BOOST_INTERPROCESS_DOXYGEN_INVOKED
0043 
0044 #endif //   #ifndef  BOOST_INTERPROCESS_CONTAINERS_CONTAINERS_FWD_HPP