[kdevelop] [Bug 333869] C++ parser does not accept *this as lvalue in template specialization

2016-09-10 Thread Alexander Potashev via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333869 --- Comment #2 from Alexander Potashev --- I confirm the problem is fixed after switching to Clang-based C++ support plugin: This is not highlighted: std::ref(*this); This is highlighted: std::ref(Klass()); -- You are

[kdevelop] [Bug 333869] C++ parser does not accept *this as lvalue in template specialization

2016-09-08 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=333869 Milian Wolff changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED