Fix compilation errors
This commit is contained in:
parent
10dd893b91
commit
478fd4e90c
3 changed files with 16 additions and 12 deletions
|
|
@ -116,7 +116,7 @@ namespace
|
|||
detail::parse_type(context, cur, type),
|
||||
is_variadic, std::move(def));
|
||||
result->add_attribute(attributes);
|
||||
return result;
|
||||
return std::move(result);
|
||||
}
|
||||
|
||||
std::unique_ptr<cpp_template_template_parameter> parse_template_parameter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue