Loading src/TNL/Containers/Array.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,7 @@ Array< Value, Device, Index >& Array< Value, Device, Index >:: operator=( const T& data ) { Algorithms::ArrayAssignment< Array, T >::resize( *this, data ); Algorithms::ArrayAssignment< Array, T >::assign( *this, data ); return *this; } Loading Loading
src/TNL/Containers/Array.hpp +1 −0 Original line number Diff line number Diff line Loading @@ -549,6 +549,7 @@ Array< Value, Device, Index >& Array< Value, Device, Index >:: operator=( const T& data ) { Algorithms::ArrayAssignment< Array, T >::resize( *this, data ); Algorithms::ArrayAssignment< Array, T >::assign( *this, data ); return *this; } Loading