Opened 10 years ago
Closed 9 years ago
#8303 closed Bugs (fixed)
[documentation] size() returns difference type
Reported by: | anonymous | Owned by: | Neil Groves |
---|---|---|---|
Milestone: | Boost 1.56.0 | Component: | range |
Version: | Boost 1.56.0 | Severity: | Problem |
Keywords: | Cc: |
Description
according to the documentation boost range size() returns difference_type, not size_type. this seems to have been a bug in the code as well (older version of boost, in the 1.4x range), but was fixed since then in 1.53. not in the documentation of 1.53.
Change History (4)
comment:1 by , 9 years ago
Status: | new → assigned |
---|
comment:2 by , 9 years ago
Version: | Boost 1.53.0 → Boost 1.56.0 |
---|
comment:3 by , 9 years ago
Milestone: | To Be Determined → Boost 1.56.0 |
---|
Note:
See TracTickets
for help on using tickets.
Edited the synopsis.qbk and committed to the develop branch. This change also is updated to show that size(Rng) no longer requires a RandomAccessRange.