universal-ctags / ctags

A maintained ctags implementation
https://ctags.io
GNU General Public License v2.0
6.39k stars 618 forks source link

C++: variable template #3962

Closed masatake closed 3 months ago

masatake commented 3 months ago

ctags doesn't extract is_integral_v in

template <>
constexpr bool is_integral_v<int> = true;

This one is taken from https://cpprefjp.github.io/lang/cpp14/variable_templates.html (Japanese).