From ae061276d66a08b50d45f0889e60aaf39ae50429 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Fri, 21 Aug 2020 18:54:26 -0700 Subject: [PATCH] msbuild: enable /Zc:externConstexpr,lambda note about preprocessor --- Source/VSProps/Base.props | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 1954c7cf1d..9c2c66c229 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -80,8 +80,12 @@ stdcpplatest true - - /Zc:throwingNew /volatile:iso %(AdditionalOptions) + + /Zc:externConstexpr,lambda,throwingNew /volatile:iso %(AdditionalOptions) /Zo %(AdditionalOptions)