[Interest] How do you want to select exactly C++11 with GCC 6+?
Gunnar Roth
gunnar.roth at gmx.de
Fri Mar 10 22:40:02 CET 2017
>
>
> Except that we can't do that with MSVC, since you can't toggle the features on
> or off.
Well the truth is that since vs2015 upd3 and later support the /std:c++14 <https://blogs.msdn.microsoft.com/vcblog/2016/06/07/standards-version-switches-in-the-compiler/#c++14> and /std:c++latest <https://blogs.msdn.microsoft.com/vcblog/2016/06/07/standards-version-switches-in-the-compiler/#c++latest> switches exist. c++14 is the default but it also contains some c++17 features which have been added in vs2015 update2, for backward compatibility. https://blogs.msdn.microsoft.com/vcblog/2016/06/07/standards-version-switches-in-the-compiler/ <https://blogs.msdn.microsoft.com/vcblog/2016/06/07/standards-version-switches-in-the-compiler/>
Regards,
Gunnar Roth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20170310/78a23289/attachment.html>
More information about the Interest
mailing list