Skip to content
Snippets Groups Projects
Commit 475c0bf0 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[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).
parent 13672f6d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment