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

14 Mar
2008
14 Mar
'08
7:28 p.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
6306
Age (days ago)
6306
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rainer Deyke