
25 Jul
2006
25 Jul
'06
11:12 a.m.
I ran into a problem using multi-array. Not really a "bug", but a bit of unexpected behavior. Most containers have constructors like: template<typename old_t> Container (old_t const&); Allows constructing the new container from any sequence - the new container will have a copy of the contents of the old (usually). If you try this with multi-array you will not get a compilation error, but also will not get anything like what you expected.
6897
Age (days ago)
6897
Last active (days ago)
0 comments
1 participants
participants (1)
-
Neal Becker