>
>
> 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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest