This patch removes const to allow std::move a couple of lines below to perform a move operation as intended. Identified with performance-move-const.
This patch removes const to allow std::move a couple of lines below to perform a move operation as intended. Identified with performance-move-const.