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 , 9 years ago
Milestone: | To Be Determined → Boost 1.56.0 |
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
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.