
25 May
2006
25 May
'06
7:43 p.m.
Thorsten Ottosen wrote:
What do tou mean by "it's too late"?
Since the "construction" of boost::array is a no-op, you can just initialize it in the body my_array's contructors.
It is probably a no-op if the array is holding types with trivial constructors. On the other hand an array of std::string will certainly do more than no-op. -- AlisdairM