From d09e2328432891a327ff783fa70330243cc96763 Mon Sep 17 00:00:00 2001 From: Xnoe Date: Wed, 8 Jul 2020 18:52:59 +0100 Subject: [PATCH] Specified C++17 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f94f034..f52262d 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ templ: - g++ -o testfiles/templ main.cpp + g++ -std=c++17 -o testfiles/templ main.cpp