associative_element_container.hpp 862 B

1234567891011121314151617181920
  1. /*-----------------------------------------------------------------------------+
  2. Copyright (c) 2010-2010: Joachim Faulhaber
  3. +------------------------------------------------------------------------------+
  4. Distributed under the Boost Software License, Version 1.0.
  5. (See accompanying file LICENCE.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. +-----------------------------------------------------------------------------*/
  8. #ifndef BOOST_ICL_ASSOCIATIVE_ELEMENT_CONTAINER_HPP_JOFA_101023
  9. #define BOOST_ICL_ASSOCIATIVE_ELEMENT_CONTAINER_HPP_JOFA_101023
  10. #include <boost/icl/detail/map_algo.hpp>
  11. #include <boost/icl/concept/comparable.hpp>
  12. #include <boost/icl/concept/container.hpp>
  13. #include <boost/icl/concept/element_set.hpp>
  14. #include <boost/icl/concept/element_map.hpp>
  15. #include <boost/icl/concept/element_associator.hpp>
  16. #endif