This commit is contained in:
Irlan 2018-03-28 15:06:21 -03:00
parent 32c38a1a97
commit d36d6da3b4

View File

@ -238,7 +238,7 @@ public :
void operator=(const b3StackArray<T, N>& other) void operator=(const b3StackArray<T, N>& other)
{ {
Swap(other); b3Array<T>::Swap((const b3Array<T>& )other);
} }
void operator=(const b3Array<T>& other) void operator=(const b3Array<T>& other)