Fixed and simplified copy- and move-constructors in segments
Move-constructors with a 'const' argument do not make sense. And the ChunkedEllpack and SlicedEllpack implementations did not even use std::move!
Loading
Please sign in to comment
Move-constructors with a 'const' argument do not make sense. And the ChunkedEllpack and SlicedEllpack implementations did not even use std::move!