Opened 7 years ago

Closed 4 years ago

#11344 closed Bugs (fixed)

Missing #include in boost/icl/interval_base_map.hpp

Reported by: boris@… Owned by: Joachim Faulhaber
Milestone: To Be Determined Component: ICL
Version: Boost Development Trunk Severity: Problem
Keywords: Cc: Joachim Faulhaber

Description

This #include is missing in boost/icl/interval_base_map.hpp:

#include <boost/icl/detail/exclusive_less_than.hpp>

boost/icl/interval_base_map.hpp refers to the type exclusive_less_than which is defined in boost/icl/detail/exclusive_less_than.hpp. (The #include is in boost/icl/interval_base_set.hpp - that file is fine.)

Change History (2)

comment:1 by boris@…, 7 years ago

This #include is also missing in boost/icl/interval_base_map.hpp:

#include <boost/icl/detail/element_iterator.hpp>

comment:2 by Joachim Faulhaber, 4 years ago

Cc: Joachim Faulhaber added
Resolution: fixed
Status: newclosed
Version: Boost 1.57.0Boost Development Trunk
Note: See TracTickets for help on using tickets.