<div dir="ltr">Dear all,<div><br></div><div>I've read several times that KDevelop 5 had complete support for C++14, which makes sense if using Clang, but I've never found how to set the parser in C++14 mode. Every time I use a C++14 function of the standard library it is not found (ex: std::begin, or std::make_unique), even though it compiles just fine.<br><br>I'm using KDevelop 5.0.2 from the Arch repository and I have Clang 3.9.0. I've tried generating the compile_commands.json file with CMake (the CMakeLists.txt file contains set(CMAKE_CXX_STANDARD 14)) but it didn't help.</div><div><br></div><div>Thank you in advance!</div><div><br></div><div>Maverick</div></div>