aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--test/unit/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/makefile b/test/unit/makefile
index f95aab581..b38da46ca 100644
--- a/test/unit/makefile
+++ b/test/unit/makefile
@@ -13,7 +13,7 @@ USELIBCPP = 1
endif
endif
-CXXFLAGS += --std=c++11
+CXXFLAGS += --std=c++17
ifdef CLANG
CXX = clang++