Skip to content
Snippets Groups Projects
Commit 55d21572 authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

change from const refs to value and use std::move

when compiling with undefined behaviour sanitizer and gcc 8.2
a -Werror=maybe-uninitialized warning appears when using the const refs
the std::move variant does not have this problem
parent 1a285161
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment