Boost logo

Boost Users :

From: Rainer Deyke (rainerd_at_[hidden])
Date: 2008-03-14 21:28:18


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_at_[hidden]

Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net