From 2a5c699489edaf55f3b54318cfaf3c69fbb2e622 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 13 Jan 2023 01:36:03 -0800 Subject: [PATCH] msvc: note some things to enable in vs 17.5 --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index d2b1ef9c6e..92808650d1 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -33,6 +33,7 @@ true + /Zc:__cplusplus,enumTypes,externConstexpr,preprocessor,throwingNew /volatile:iso %(AdditionalOptions) /Zo %(AdditionalOptions) @@ -73,6 +74,7 @@ true MultiThreadedDLL false + /Gw %(AdditionalOptions) true