From 333968af7344bcf0ef77818d076efcf88acd159d Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Mon, 27 Mar 2023 17:48:46 +0800 Subject: Use c++17 standard (#2686) * Use c++17 standard * regenerate VS projects * Switch to using std::invoke --- build/visual-studio/gfx/gfx.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/visual-studio/gfx') diff --git a/build/visual-studio/gfx/gfx.vcxproj b/build/visual-studio/gfx/gfx.vcxproj index 53067b297..19ee1b314 100644 --- a/build/visual-studio/gfx/gfx.vcxproj +++ b/build/visual-studio/gfx/gfx.vcxproj @@ -171,6 +171,7 @@ false MultiThreadedDebug true + stdcpp17 Windows @@ -194,6 +195,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi false MultiThreadedDebug true + stdcpp17 Windows @@ -217,6 +219,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi false MultiThreadedDebug true + stdcpp17 Windows @@ -242,6 +245,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi true MultiThreaded true + stdcpp17 Windows @@ -268,6 +272,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi true MultiThreaded true + stdcpp17 Windows @@ -294,6 +299,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi true MultiThreaded true + stdcpp17 Windows -- cgit v1.2.3