Feature #145
Allow array creation from a list of values.
| Status: | Closed | Start: | 10/25/2009 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | C++-API | |||
| Target version: | 0.9 | |||
Description
For example by passing a boost::assign::list_of.
Associated revisions
Revision 0718ecc34bd42048f983164699b485a50b6bdd8a
c++api: create_array accepts an input range for creation (fixes #145)
History
Updated by Aristid Breitkreuz 316 days ago
In order to implement this, I will remove the possibility to create an array with pre-defined size, for now.
Updated by Aristid Breitkreuz 316 days ago
- % Done changed from 0 to 100
But I'm wondering whether there should actually be a whole new framework for flusspferd::create*.
Updated by Aristid Breitkreuz 316 days ago
- Status changed from Assigned to Closed
commit:4a8983ad723b638bb07e84e064e7a53ede2c8a79
I always forget to actually close the fixed bugs.