Re: Set parsing mode to C++14
Maverick Chardet <[email protected]>
| Newsgroups | gmane.comp.kde.users.kdevelop |
|---|---|
| Message-ID | <CAL2Z49Atg-dygEXPQH2bHLvmQvN1ArHQCfVgtUKMwRbVC4fW8A@mail.gmail.com> |
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 <[email protected]> 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. >