Skip to content
Snippets Groups Projects
Verified Commit 46a7cf5d authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Macro processor: fix the use of move semantics in constructor

In particular, remove the const keyword before arguments passed-by-value,
because otherwise they can't be moved (since they are immutable).

Also add a few missing calls to std::move(), and remove some calls to
std::move() when they are useless (on class enums, which are fundamental
types.)
parent 37e7a6d1
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment