https://bugs.kde.org/show_bug.cgi?id=372220
Bug ID: 372220
Summary: Usage of a template aliases are not hightlighted
Product: kdevelop
Version: git master
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language Support: CPP (Clang-based)
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Kdevelop seems to ignore highlighting and inspecting usage of template
alisases. Here's a minimal code to reproduce the error.
template<typename T>
using my_vec = std::vector<T>;
my_vec<int> doStuff();
Inside the using declaration, my_vec is highlighted properly, but not when it
is used (eg. in the function declaration)
--
You are receiving this mail because:
You are watching all bug changes.