
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