https://bugs.kde.org/show_bug.cgi?id=383402
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |WORKSFORME --- Comment #1 from Kevin Funk <kf...@kde.org> --- Works for me. No errors reported with this code: auto size = [](const auto& m) { return m.size(); }; Please make sure the internal parser in KDevelop actually is parsing in C++14 mode. Go to Project -> Open Configuration -> Language Support -> C/C++ Parser -> C++ Profile: Custom. Make sure `-std=c++14` is in the line edit. -- You are receiving this mail because: You are watching all bug changes.