Remove superfluous move (#84)
This commit is contained in:
parent
a89ebcdf0a
commit
144f94da5a
6 changed files with 9 additions and 9 deletions
|
|
@ -114,7 +114,7 @@ std::unique_ptr<cpp_template_parameter> parse_non_type_parameter(
|
|||
detail::parse_type(context, cur, type),
|
||||
is_variadic, std::move(def));
|
||||
result->add_attribute(attributes);
|
||||
return std::move(result);
|
||||
return result;
|
||||
}
|
||||
|
||||
std::unique_ptr<cpp_template_template_parameter> parse_template_parameter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue