Opened 9 years ago
#9736 new Tasks
[documentation] document the size() extension points
Reported by: | Neil Groves | Owned by: | Neil Groves |
---|---|---|---|
Milestone: | To Be Determined | Component: | range |
Version: | Boost 1.54.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
I added optimisations and extension-points to efficiently get the size() of a range. This means that when passing a type such as std::list that an optimal size() function is chosen in preference to performing std::distance on bidirectional iterators.
Note:
See TracTickets
for help on using tickets.