From d0d699d35aa0a2cd47bb1c663d27ca2a459aaf0b Mon Sep 17 00:00:00 2001 From: _ <🐱> Date: Fri, 27 Nov 2020 03:00:30 -0700 Subject: [PATCH] Specify C++14 standard in project settings --- SpotifyKeyDumper/SpotifyKeyDumper.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SpotifyKeyDumper/SpotifyKeyDumper.vcxproj b/SpotifyKeyDumper/SpotifyKeyDumper.vcxproj index 6929ea1..073af86 100644 --- a/SpotifyKeyDumper/SpotifyKeyDumper.vcxproj +++ b/SpotifyKeyDumper/SpotifyKeyDumper.vcxproj @@ -90,6 +90,7 @@ true Use pch.h + stdcpp14 Windows @@ -109,6 +110,7 @@ pch.h true Speed + stdcpp14 Windows