Opened 10 years ago

Closed 9 years ago

#8028 closed Bugs (fixed)

Document boost::combine(range1, range2)

Reported by: Nathan Ridge Owned by: Neil Groves
Milestone: Boost 1.56.0 Component: range
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

The header boost/range/combine.hpp contains a function combine() that combines two ranges into a "zipped range" built on top of the Boost.Iterator library's zip_iterator.

This function is not used as a helper by anything else in Boost.Range, so I'm guessing it should be public API.

If that's the case, it should added to the documentation.

Change History (3)

comment:1 by Neil Groves, 9 years ago

Milestone: To Be DeterminedBoost 1.56.0
Status: newassigned

comment:2 by Neil Groves, 9 years ago

Reimplemented the combine() function and introduced reference documentation. Comitted to the develop branch.

There is a general task to improve the tutorial and example sections of the documentation that shall improve this very basic documentation at a later date.

comment:3 by Neil Groves, 9 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.