aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-03-01 09:53:36 +1100
committerNeil <nyamatongwe@gmail.com>2018-03-01 09:53:36 +1100
commit3ed7408fb4c322183249afc7f0fce3b9f5de1cf1 (patch)
treeba1e24597001f7657383737c2bb012651652724f
parentb01d020060a822d5bb8134daffe914d92d1423b0 (diff)
downloadscintilla-mirror-3ed7408fb4c322183249afc7f0fce3b9f5de1cf1.tar.gz
Update to c++17 so make_unique is available.
-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++