Opened 9 years ago
#9850 new Bugs
ICL size() is inconsistent with iterators
Reported by: | Matt Calabrese | Owned by: | Joachim Faulhaber |
---|---|---|---|
Milestone: | To Be Determined | Component: | ICL |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Currently size() of an ICL container is not consistent with std::distance( cont.begin(), cont.end() ), which makes it not a model of the standard container concept and is a source of confusion.
Note:
See TracTickets
for help on using tickets.