Add cpp_function_template

This commit is contained in:
Jonathan Müller 2017-02-01 21:29:05 +01:00
commit 93c6e0f44c
6 changed files with 71 additions and 0 deletions

View file

@ -46,6 +46,7 @@ namespace cppast
template_template_parameter_t,
alias_template_t,
function_template_t,
count,
};