|
@@ -1379,7 +1379,7 @@ public:
|
|
|
* @return The tag for the class template of the underlying type.
|
|
* @return The tag for the class template of the underlying type.
|
|
|
*/
|
|
*/
|
|
|
[[nodiscard]] inline meta_type template_type() const noexcept {
|
|
[[nodiscard]] inline meta_type template_type() const noexcept {
|
|
|
- return node.templ.type ? meta_type{*ctx, node.templ.type(internal::meta_context::from(*ctx))} : meta_type{};
|
|
|
|
|
|
|
+ return node.templ.resolve ? meta_type{*ctx, node.templ.resolve(internal::meta_context::from(*ctx))} : meta_type{};
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|