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 anonymous, 13 years ago

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

comment:2 by Jeremiah Willcock, 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 Neil Groves, 13 years ago

Owner: changed from Thorsten Ottosen to Neil Groves
Status: newassigned

Great idea. This would be very useful. I shall take this over and implement it shortly.

comment:4 by Neil Groves, 13 years ago

Resolution: fixed
Status: assignedclosed

This has been implemented and put onto the trunk.

Note: See TracTickets for help on using tickets.