<div dir="ltr">Oh I was looking for <span style="color:rgb(33,33,33)">the "language support" dialog of the project settings and I found the options for the parser here, sorry for not finding it sooner! Thanks!<br><br>Maverick</span></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 10, 2016 at 9:54 AM René J.V. Bertin <<a href="mailto:rjvbertin@gmail.com">rjvbertin@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thursday November 10 2016 08:07:44 Maverick Chardet wrote:<br class="gmail_msg">
<br class="gmail_msg">
>parser in C++14 mode. Every time I use a C++14 function of the standard<br class="gmail_msg">
>library it is not found (ex: std::begin, or std::make_unique), even though<br class="gmail_msg">
>it compiles just fine.<br class="gmail_msg">
<br class="gmail_msg">
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.<br class="gmail_msg">
<br class="gmail_msg">
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.<br class="gmail_msg">
<br class="gmail_msg">
R.<br class="gmail_msg">
</blockquote></div>