Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 09:43:57

0001 /*-----------------------------------------------------------------------------+    
0002 Copyright (c) 2010-2010: Joachim Faulhaber
0003 +------------------------------------------------------------------------------+
0004    Distributed under the Boost Software License, Version 1.0.
0005       (See accompanying file LICENCE.txt or copy at
0006            http://www.boost.org/LICENSE_1_0.txt)
0007 +-----------------------------------------------------------------------------*/
0008 #ifndef BOOST_ICL_ASSOCIATIVE_ELEMENT_CONTAINER_HPP_JOFA_101023
0009 #define BOOST_ICL_ASSOCIATIVE_ELEMENT_CONTAINER_HPP_JOFA_101023
0010 
0011 #include <boost/icl/detail/map_algo.hpp>
0012 #include <boost/icl/concept/comparable.hpp>
0013 #include <boost/icl/concept/container.hpp>
0014 #include <boost/icl/concept/element_set.hpp>
0015 #include <boost/icl/concept/element_map.hpp>
0016 #include <boost/icl/concept/element_associator.hpp>
0017 
0018 #endif
0019 
0020