Opened 7 years ago
Closed 4 years ago
#11344 closed Bugs (fixed)
Missing #include in boost/icl/interval_base_map.hpp
Reported by: | 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 , 7 years ago
comment:2 by , 4 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | Boost 1.57.0 → Boost Development Trunk |
Note:
See TracTickets
for help on using tickets.
This #include is also missing in boost/icl/interval_base_map.hpp:
#include <boost/icl/detail/element_iterator.hpp>