gradle / gradle-native

The home of Gradle's support for natively compiled languages
https://blog.gradle.org/introducing-the-new-cpp-plugins
Apache License 2.0
92 stars 8 forks source link

Visual Studio IDE integration breaks C++17 intellisense on VS2017 #975

Closed lacasseio closed 4 years ago

lacasseio commented 5 years ago

Intellisense for C++17 features were reported to not function properly with solution generated with Gradle opened on Visual Studio 2017.

lacasseio commented 5 years ago

One thing to check before debugging this further is to see if /std:c++17 flag is added to the command line which is most likely used within Intellisense build.

big-guy commented 5 years ago

We need more investigation here

lacasseio commented 4 years ago

I can confirm the issue, this will be fixed in 6.0: https://github.com/gradle/gradle/pull/10493