[kdevelop] [Bug 383402] Generic lambda marked incorrectly as error

2017-08-12 Thread Martin Flöser
https://bugs.kde.org/show_bug.cgi?id=383402

--- Comment #2 from Martin Flöser  ---
While it's great that there is such a flexibility I have to disagree with your
solution of worksforme. I don't think you can expect your users to know that
such settings exist (at least I didn't and I spent about 8h a day in kdevelop
using it as my IDE at $work plus the spare time hacking on KWin).

The CMakeLists.txt contains
set(CMAKE_CXX_STANDARD 14)

so I would expect that KDevelop picks up the standard set for the project in
CMake.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdevelop] [Bug 383402] Generic lambda marked incorrectly as error

2017-08-11 Thread Kevin Funk
https://bugs.kde.org/show_bug.cgi?id=383402

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Kevin Funk  ---
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.