Opened 15 years ago
Closed 15 years ago
#1145 closed Bugs (fixed)
Small bugs in Boost.Range documentation
| Reported by: | Ronald Garcia | Owned by: | Thorsten Ottosen |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | range |
| Version: | Boost 1.34.1 | Severity: | Problem |
| Keywords: | Cc: |
Description
In the synopsis of iterator_range on the page: libs/range/doc/utility_class.html
what are the following metafunctions:
const_iterator_of, and
iterator_of.
I do not see them documented anywhere.
There is also a typo in the synopsis of subrange:
sub_range( const Range2& r );
should be
sub_range( const ForwardRange2& r );
Change History (2)
comment:1 by , 15 years ago
| Component: | None → range |
|---|---|
| Owner: | set to |
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Documentation updated.