mirror of
https://github.com/boostorg/multi_array.git
synced 2026-01-26 18:52:19 +00:00
Add super_type:: so 2-phase lookup works right
[SVN r16378]
This commit is contained in:
@@ -143,7 +143,7 @@ public:
|
||||
sub_array<T,NumDims>& rhs) :
|
||||
super_type(rhs) {
|
||||
allocate_space();
|
||||
std::copy(rhs.begin(),rhs.end(),begin());
|
||||
std::copy(rhs.begin(),rhs.end(),super_type::begin());
|
||||
}
|
||||
|
||||
// Since assignment is a deep copy, multi_array_ref
|
||||
|
||||
Reference in New Issue
Block a user