From 10d8a665e08a398c09a8556efb023ba00f3c6122 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 28 Nov 2021 12:54:26 -0800 Subject: [PATCH] Requires c++17. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8f2cb9..1ca54d3 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,5 @@ You need to install the MVSC redistributable on Windows. https://support.microso Reference the Github workflow. ```bash -conan install . -i build -s build_type=Release -s compiler.cppstd=14 -s compiler.runtime=static --build=missing +conan install . -i build -s build_type=Release -s compiler.cppstd=17 -s compiler.runtime=static --build=missing ``` \ No newline at end of file