Add cpp_template_instantiation_type
This commit is contained in:
parent
65eb2f58b5
commit
853a132425
4 changed files with 77 additions and 17 deletions
|
|
@ -102,6 +102,7 @@ bool cppast::is_valid(const cpp_type& type) noexcept
|
|||
case cpp_type_kind::builtin:
|
||||
case cpp_type_kind::user_defined:
|
||||
case cpp_type_kind::template_parameter:
|
||||
case cpp_type_kind::template_instantiation:
|
||||
case cpp_type_kind::unexposed:
|
||||
// no further check required/possible
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue