Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Security 2019-01-13
Description
It appears the VS 2015 intellisense matches the default VC compiler C++ standard's level of C++ 14. We need to instruct VS 2015 intellisense to use C++17 to match how we configure the cl compiler.
This can be done with the following property:
<AdditionalOptions>/std:c++17</AdditionalOptions>
|
Fix provided by marcos.grillo