Opened 13 years ago
Closed 13 years ago
#4050 closed Feature Requests (fixed)
Missing iota function in Boost.Range
| Reported by: | Jeremiah Willcock | Owned by: | Neil Groves |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | range |
| Version: | Boost Development Trunk | Severity: | Problem |
| Keywords: | Cc: |
Description
The SGI STL contains an iota function as a nonstandard extension. Boost.Range contains many of the other SGI extensions, but iota is missing.
Change History (4)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
In general, should I prefer Boost.Algorithm algorithms or the ones in Boost.Range? Many of the same algorithms are in both places.
comment:3 by , 13 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
Great idea. This would be very useful. I shall take this over and implement it shortly.
comment:4 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
This has been implemented and put onto the trunk.
Note:
See TracTickets
for help on using tickets.

You might want to check out iota.hpp in the sandbox, part of the (proposed) algorithm library.