Add cpp_variable_template

This commit is contained in:
Jonathan Müller 2017-02-05 22:03:57 +01:00
commit 78157d43fc
5 changed files with 64 additions and 0 deletions

View file

@ -46,6 +46,7 @@ namespace cppast
template_template_parameter_t,
alias_template_t,
variable_template_t,
function_template_t,
function_template_specialization_t,
class_template_t,