Bug#290782: Fwd: Re: Bug#290782: multi_array.hpp: rebasing via range causes a crash while reindex works

2005-01-19 Thread Vassilii Khachaturov
: Bug#290782: multi_array.hpp: rebasing via range causes a crash while reindex works Date: Wednesday 19 January 2005 08:18 From: Vassilii Khachaturov [EMAIL PROTECTED] To: boost@lists.boost.org arr a(boost::extents[ arr::extent_range(1, 1) ]); I'm not a multi.array user, but this is an invalid

Bug#290782: multi_array.hpp: rebasing via range causes a crash while reindex works

2005-01-17 Thread Domenico Andreoli
Khachaturov [EMAIL PROTECTED] Subject: Bug#290782: multi_array.hpp: rebasing via range causes a crash while reindex works When a multi_array rebasing to 1 is attempted via extent_range, a segmentation fault happens on accessing the boundary element. Workaround: use reindex. See the snippet below. The 1.32.0

Bug#290782: multi_array.hpp: rebasing via range causes a crash while reindex works

2005-01-16 Thread Vassilii Khachaturov
Package: libboost-dev Version: 1.32.0-2 Severity: normal When a multi_array rebasing to 1 is attempted via extent_range, a segmentation fault happens on accessing the boundary element. Workaround: use reindex. See the snippet below. The 1.32.0-2 was built locally from the source package. --