You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
libclang_parser
A C++14 variable template isn't exposed by libclang, so it won't be parsed as a
cpp_variable_template
but as acpp_unexposed_entity
. Variable template specializations do not even have their own class yet.The text was updated successfully, but these errors were encountered: