Warning, file /include/boost/icl/set.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_ICL_SET_HPP_JOFA_070519
0009 #define BOOST_ICL_SET_HPP_JOFA_070519
0010
0011 #include <boost/icl/impl_config.hpp>
0012
0013 #if defined(ICL_USE_BOOST_MOVE_IMPLEMENTATION)
0014 # include <boost/container/set.hpp>
0015 #elif defined(ICL_USE_STD_IMPLEMENTATION)
0016 # include <set>
0017 #else
0018 # include <set>
0019 #endif
0020
0021 #include <boost/icl/associative_element_container.hpp>
0022 #include <boost/icl/functors.hpp>
0023
0024 #endif
0025