Opened 8 years ago

Closed 4 years ago

#10528 closed Tasks (fixed)

Remove unused typedef domain_type

Reported by: anonymous Owned by: Joachim Faulhaber
Milestone: To Be Determined Component: ICL
Version: Boost 1.56.0 Severity: Cosmetic
Keywords: Cc:

Description

There is an ununsed typedef "domain_type" in the function "last_next" in the file boost/icl/concept/interval.hpp. With g++ 4.8.2, this results in a warning "typedef 'domain_type' locally defined but not used".

Change History (3)

comment:1 by anonymous, 8 years ago

Version: Boost 1.54.0Boost 1.56.0

comment:2 by anonymous, 8 years ago

I've found some more unused typedefs which lead to complier warnings. boost/icl/concept/interval_associator_base.hpp: Lines 31 and 44 boost/icl/concept/interval_associator.hpp: Lines 124 and 142 boost/icl/concept/interval_map.hpp: Lines 309, 349, 350 and 541 boost/icl/detail/interval_set_algo.hpp: Lines 249, 263, 572, 593 and 617 boost/icl/detail/subset_comparer.hpp: Lines 122 and 123

comment:3 by Joachim Faulhaber, 4 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.