Opened 12 years ago

Closed 10 years ago

Last modified 10 years ago

#5160 closed Bugs (fixed)

Documentation: missing argument to replace_copy_if

Reported by: onlyone@… Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

In the Introduction and Motivation section of the documentation for Range Adaptors there is an example which uses boost::replace_copy_if. This example shows replace_copy_if being called with only three arguments (the Range, the Iterator and the Predicate), where boost::replace_copy_if actually takes four (it also must be passed the Value to replace the old value with). This makes the example somewhat confusing, especially for someone not familiar with the function.

Change History (4)

comment:1 by Neil Groves, 11 years ago

Status: newassigned

comment:2 by Nathan Ridge, 10 years ago

Resolution: fixed
Status: assignedclosed

(In [82325]) [range] fixed #5160 (typo in replace_copy_if() example on intro page for range adaptors)

comment:3 by Nathan Ridge, 10 years ago

Fixed in trunk. The fix will appear in 1.53 (I will merge to release branch after 1.53 beta release).

comment:4 by Nathan Ridge, 10 years ago

(In [82487]) [range] Merge documentation fixes and minor refactoring of docs (refs #5160; refs #5314; refs #5440; refs #5775; refs #6212; refs #7585; refs #7843; refs #7866).

Note: See TracTickets for help on using tickets.