$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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]