Add cpp_class_template and _specialization
This commit is contained in:
parent
a9bc9a1c9b
commit
7b4beea8df
5 changed files with 107 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ namespace cppast
|
|||
alias_template_t,
|
||||
function_template_t,
|
||||
function_template_specialization_t,
|
||||
class_template_t,
|
||||
class_template_specialization_t,
|
||||
|
||||
count,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue