diff options
author | Neil <nyamatongwe@gmail.com> | 2018-03-01 09:53:36 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-03-01 09:53:36 +1100 |
commit | 3ed7408fb4c322183249afc7f0fce3b9f5de1cf1 (patch) | |
tree | ba1e24597001f7657383737c2bb012651652724f | |
parent | b01d020060a822d5bb8134daffe914d92d1423b0 (diff) | |
download | scintilla-mirror-3ed7408fb4c322183249afc7f0fce3b9f5de1cf1.tar.gz |
Update to c++17 so make_unique is available.
-rw-r--r-- | test/unit/makefile | 2 |
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++ |