Opened 12 years ago

Closed 10 years ago

Last modified 10 years ago

#5314 closed Bugs (fixed)

wrong example in document

Reported by: Akira Takahashi <faithandbrave@…> Owned by: Neil Groves
Milestone: To Be Determined Component: range
Version: Boost 1.46.0 Severity: Problem
Keywords: Cc:

Description

not need follow:

#include <algorithm>

need include follow for output_iterator:

#include <iterator>

and need camma in result end.

target document is follow:

  • adjacent_filtered
  • copied
  • filtered
  • map_keys
  • map_values
  • replaced
  • replaced_if
  • reversed
  • sliced
  • strided
  • type_erased
  • transformed
  • uniqued

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 [82346]) [range] fixed #5314 (small mistakes in range adaptor examples)

comment:3 by Nathan Ridge, 10 years ago

Fixed in trunk, will merge to release after 1.53 beta release. Will appear in 1.53.

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.