cppast
cppast copied to clipboard
Variable templates are unexposed
- cppast version: latest one
- parser:
libclang_parser - clang version: 3.9.1+
A C++14 variable template isn't exposed by libclang, so it won't be parsed as a cpp_variable_template but as a cpp_unexposed_entity. Variable template specializations do not even have their own class yet.