[multi_array] Assertion failure in multi_array<...>::resize

15 Mar
2008
15 Mar
'08
1:28 a.m.
The following minimal test program produces an assertion failure. Is this a bug in boost::multi_array or a bug in the test program? #include "boost/multi_array.hpp" int main() { boost::multi_array<bool, 1> a; a.resize(boost::extents [boost::multi_array_types::extent_range(1, 2)]); return 0; } -- Rainer Deyke - rainerd@eldwood.com
6294
Age (days ago)
6294
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rainer Deyke