Ticket #1521: boost.bimap.diff

File boost.bimap.diff, 3.3 KB (added by anonymous, 15 years ago)
  • bimap/container_adaptor/sequence_container_adaptor.hpp

     
    2626#include <boost/bimap/container_adaptor/detail/identity_converters.hpp>
    2727#include <boost/bimap/container_adaptor/container_adaptor.hpp>
    2828#include <boost/call_traits.hpp>
     29#include <boost/operators.hpp> // totally_ordered
    2930
    3031namespace boost {
    3132namespace bimaps {
  • bimap/views/list_set_view.hpp

     
    2020
    2121#include <boost/bimap/container_adaptor/list_adaptor.hpp>
    2222#include <boost/bimap/detail/set_view_base.hpp>
     23#include <boost/bimap/detail/map_view_base.hpp> // BOOST_BIMAP_VIEW_ASSIGN_IMPLEMENTATION
    2324
    2425namespace boost {
    2526namespace bimaps {
  • bimap/views/vector_set_view.hpp

     
    2121#include <boost/bimap/container_adaptor/vector_adaptor.hpp>
    2222#include <boost/bimap/container_adaptor/detail/comparison_adaptor.hpp>
    2323#include <boost/bimap/detail/set_view_base.hpp>
     24#include <boost/bimap/detail/map_view_base.hpp> // BOOST_BIMAP_VIEW_ASSIGN_IMPLEMENTATION
    2425
    2526
    2627namespace boost {
  • bimap/detail/map_view_base.hpp

     
    1717#endif
    1818
    1919#include <boost/config.hpp>
     20#include <boost/throw_exception.hpp> // throw_exception
    2021
    2122#include <stdexcept>
    2223#include <utility>
  • bimap/detail/set_view_base.hpp

     
    2525#include <boost/bimap/relation/support/get_pair_functor.hpp>
    2626#include <boost/bimap/relation/detail/to_mutable_relation_functor.hpp>
    2727#include <boost/bimap/relation/mutant_relation.hpp>
     28#include <boost/bimap/container_adaptor/support/iterator_facade_converters.hpp> // iterator_facade_to_base
    2829
    2930namespace boost {
    3031namespace bimaps {
  • bimap/support/lambda.hpp

     
    3333boost::lambda::placeholder2_type & _right  = boost::lambda::_2;
    3434*/
    3535
     36// unused?
    3637boost::lambda::placeholder1_type & _key  = boost::lambda::_1;
    3738boost::lambda::placeholder1_type & _data = boost::lambda::_1;
    3839
  • bimap/relation/support/data_extractor.hpp

     
    1919#include <boost/config.hpp>
    2020
    2121#include <boost/bimap/relation/detail/metadata_access_builder.hpp>
     22#include <functional> // std::unary_function
    2223
    2324/** \struct boost::bimaps::relation::support::data_extractor
    2425