From 3ed7408fb4c322183249afc7f0fce3b9f5de1cf1 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 1 Mar 2018 09:53:36 +1100 Subject: Update to c++17 so make_unique is available. --- test/unit/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/makefile') 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++ -- cgit v1.2.3