Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-45356

Update vcxproj generator intellisense settings

    XMLWordPrintableJSON

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 4.3.3
    • 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

      Attachments

        Activity

          People

            mark.benvenuto@mongodb.com Mark Benvenuto
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: