Add cpp_template_instantiation_type

This commit is contained in:
Jonathan Müller 2017-02-05 20:46:13 +01:00
commit 853a132425
4 changed files with 77 additions and 17 deletions

View file

@ -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;