[SERVER-45356] Update vcxproj generator intellisense settings Created: 03/Jan/20  Updated: 29/Oct/23  Resolved: 06/Jan/20

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 4.3.3

Type: Bug Priority: Major - P3
Reporter: Mark Benvenuto Assignee: Mark Benvenuto
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Backwards Compatibility: Fully Compatible
Operating System: ALL
Sprint: Security 2019-01-13
Participants:

 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



 Comments   
Comment by Mark Benvenuto [ 06/Jan/20 ]

Commit: https://github.com/mongodb/mongo/commit/7a6ce77cbbad266e86f2b34e580ed163bbf9119b

Generated at Thu Feb 08 05:08:34 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.