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-util/gfx-util.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/visual-studio/gfx-util') diff --git a/build/visual-studio/gfx-util/gfx-util.vcxproj b/build/visual-studio/gfx-util/gfx-util.vcxproj index c503aa5c8..014756883 100644 --- a/build/visual-studio/gfx-util/gfx-util.vcxproj +++ b/build/visual-studio/gfx-util/gfx-util.vcxproj @@ -164,6 +164,7 @@ false MultiThreadedDebug true + stdcpp17 Windows @@ -181,6 +182,7 @@ false MultiThreadedDebug true + stdcpp17 Windows @@ -198,6 +200,7 @@ false MultiThreadedDebug true + stdcpp17 Windows @@ -217,6 +220,7 @@ true MultiThreaded true + stdcpp17 Windows @@ -237,6 +241,7 @@ true MultiThreaded true + stdcpp17 Windows @@ -257,6 +262,7 @@ true MultiThreaded true + stdcpp17 Windows -- cgit v1.2.3