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