diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2023-01-13 01:26:23 -0800 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2023-01-13 01:26:23 -0800 |
| commit | 07de7337eb997ac6bc0560e1aed2f43b985c615e (patch) | |
| tree | 04381fbdca0263235aec84868caee4ae120c2468 /Source/VSProps | |
| parent | f4f94396e94dad9cd4d7d7fb6defa096966a4ab8 (diff) | |
msvc: dont explicitly set /Zc:lambda
it's implied by /std
Diffstat (limited to 'Source/VSProps')
| -rw-r--r-- | Source/VSProps/Base.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 29f3d6ffbf..7e25c06a34 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -33,7 +33,7 @@ <!--Enable Standard Conformance--> <ConformanceMode>true</ConformanceMode> <!--Enforce some behaviors as standards-conformant when they don't default as such.--> - <AdditionalOptions>/Zc:__cplusplus,externConstexpr,lambda,preprocessor,throwingNew /volatile:iso %(AdditionalOptions)</AdditionalOptions> + <AdditionalOptions>/Zc:__cplusplus,externConstexpr,preprocessor,throwingNew /volatile:iso %(AdditionalOptions)</AdditionalOptions> <!--Enable detailed debug info--> <AdditionalOptions>/Zo %(AdditionalOptions)</AdditionalOptions> <!--Treat sources as utf-8--> |
