From 5a5300a85b6cdc78baf3835c04892074ba0f9eb2 Mon Sep 17 00:00:00 2001 From: bls337 Date: Mon, 23 Sep 2024 12:28:20 -0700 Subject: [PATCH] ASIStage: use C++17 in debug and release mode --- DeviceAdapters/ASIStage/ASIStage.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeviceAdapters/ASIStage/ASIStage.vcxproj b/DeviceAdapters/ASIStage/ASIStage.vcxproj index 5e316356d..3192f5740 100644 --- a/DeviceAdapters/ASIStage/ASIStage.vcxproj +++ b/DeviceAdapters/ASIStage/ASIStage.vcxproj @@ -61,6 +61,7 @@ 4290;%(DisableSpecificWarnings) + stdcpp17 %(AdditionalLibraryDirectories) @@ -80,6 +81,7 @@ 4290;%(DisableSpecificWarnings) + stdcpp17 %(AdditionalLibraryDirectories)