Add simple cpp_template_parameter implementations

This commit is contained in:
Jonathan Müller 2017-01-26 17:34:59 +01:00
commit 67a1b01efc
9 changed files with 187 additions and 12 deletions

View file

@ -41,6 +41,9 @@ namespace cppast
constructor_t,
destructor_t,
template_type_parameter_t,
non_type_template_parameter_t,
count,
};