Set parsing mode to C++14

Maverick Chardet chardetm at gmail.com
Thu Nov 10 10:34:06 GMT 2016


Oh I was looking for the "language support" dialog of the project settings
and I found the options for the parser here, sorry for not finding it
sooner! Thanks!

Maverick

On Thu, Nov 10, 2016 at 9:54 AM René J.V. Bertin <rjvbertin at gmail.com>
wrote:

> On Thursday November 10 2016 08:07:44 Maverick Chardet wrote:
>
> >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.
>
> Are the corresponding headers provided in a dedicated directory, maybe?
> You could start by figuring out where they live and add their path(s) as
> additional search paths in the "language support" dialog of the project
> settings.
>
> The compile_commands.json file is already generated with cmake, so
> generating it by hand shouldn't be necessary esp. if you don't need to
> invoke cmake with arguments.
>
> R.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop/attachments/20161110/3aa3a83c/attachment.html>


More information about the KDevelop mailing list