id summary reporter owner description type status milestone component version severity resolution keywords cc 1461 multi_array::resize index error wasti.redl@… Ronald Garcia "multi_array::resize wants to copy the old data to the new. However, it confuses the old and new arrays when calculating the indices for the subviews. As a result, creating the view asserts. Minimal crashing example: #include int main() { typedef boost::multi_array ar_t; typedef ar_t::extent_range range; ar_t ar; ar.resize(boost::extents[range(-3, 3)]); } The attached patched solves the problem." Bugs closed To Be Determined multi_array Boost Development Trunk Problem fixed