From ec8f6e6d2604f8030fecd1f2e5c27f3494e7aeff Mon Sep 17 00:00:00 2001 From: BhaaL Date: Fri, 26 May 2017 14:36:33 +0200 Subject: [PATCH] enable MSVC Standards Conformance (/permissive-) --- Source/VSProps/Base.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 84c4e278f8..dc55525ced 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -80,6 +80,8 @@ false false true + + /permissive- %(AdditionalOptions) /Zc:inline /Zc:rvalueCast /volatile:iso %(AdditionalOptions)