/Src/Dependencies/Boost/boost/interprocess/containers/set.hpp

http://hadesmem.googlecode.com/ · C++ Header · 33 lines · 16 code · 8 blank · 9 comment · 1 complexity · 52be709e7d491a01ce0f74c8fd457f7e MD5 · raw file

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  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)
  6. //
  7. // See http://www.boost.org/libs/interprocess for documentation.
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #ifndef BOOST_INTERPROCESS_CONTAINERS_SET_HPP
  11. #define BOOST_INTERPROCESS_CONTAINERS_SET_HPP
  12. #if (defined _MSC_VER) && (_MSC_VER >= 1200)
  13. # pragma once
  14. #endif
  15. #include <boost/interprocess/detail/config_begin.hpp>
  16. #include <boost/interprocess/containers/container/set.hpp>
  17. #include <boost/interprocess/containers/containers_fwd.hpp>
  18. namespace boost {
  19. namespace interprocess {
  20. using boost::container::set;
  21. using boost::container::multiset;
  22. } //namespace interprocess {
  23. } //namespace boost {
  24. #include <boost/interprocess/detail/config_end.hpp>
  25. #endif // #ifndef BOOST_INTERPROCESS_CONTAINERS_SET_HPP