-
- Downloads
[App/IO] Raster; Avoid use after move. Use vector.
Using std::vector local variable avoids possible use after move: access to header.n_cols and n_rows in the same line as std::move(header).
Loading
Please register or sign in to comment