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 Neil Groves, 9 years ago

Status: newassigned

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.

comment:2 by Neil Groves, 9 years ago

Version: Boost 1.53.0Boost 1.56.0

comment:3 by Neil Groves, 9 years ago

Milestone: To Be DeterminedBoost 1.56.0

comment:4 by Neil Groves, 9 years ago

Resolution: fixed
Status: assignedclosed

mfc_map.hpp

Note: See TracTickets for help on using tickets.