mirror of
https://github.com/boostorg/multi_array.git
synced 2025-05-11 21:33:52 +00:00
Fixed a bug in resize. It was losing storage order.
[SVN r33239]
This commit is contained in:
parent
150fcf9a59
commit
59733752f3
@ -384,7 +384,7 @@ public:
|
||||
|
||||
|
||||
// build a multi_array with the specs given
|
||||
multi_array new_array(ranges);
|
||||
multi_array new_array(ranges,this->storage_order());
|
||||
|
||||
|
||||
// build a view of tmp with the minimum extents
|
||||
|
Loading…
x
Reference in New Issue
Block a user