|
|
@@ -1154,8 +1154,8 @@ public:
|
|
|
* @param area The context from which to search for meta types.
|
|
|
* @param curr The underlying node with which to construct the instance.
|
|
|
*/
|
|
|
- meta_type(const meta_ctx &area, const internal::meta_type_node &curr) noexcept
|
|
|
- : node{curr},
|
|
|
+ meta_type(const meta_ctx &area, internal::meta_type_node curr) noexcept
|
|
|
+ : node{std::move(curr)},
|
|
|
ctx{&area} {}
|
|
|
|
|
|
/**
|