Add cpp_alias_template

This commit is contained in:
Jonathan Müller 2017-01-26 17:56:50 +01:00
commit f75776df33
6 changed files with 139 additions and 0 deletions

View file

@ -44,6 +44,8 @@ namespace cppast
template_type_parameter_t,
non_type_template_parameter_t,
alias_template_t,
count,
};