![]() | Home | Libraries | People | FAQ | More |
Do we want initializer list support or would the following be OK?:
int data[] = { 1, 2, 3, 4 } boost::array<int,5> x(data); // or boost::array<int,data> x;
I'd appreciate any constructive feedback. Please note: I don't have time to read all boost mails. Thus, to make sure that feedback arrives me, please send me a copy of each mail regarding this class.
Last revised: , at GMT | Copyright © 2001 Nicolai M. Josuttis |