From b868c247fe132b8450a6a37fad2b7f0f355030fe Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Fri, 30 Mar 2018 17:17:19 +1100 Subject: Reverted #6488 as Xcode clang 9.1 now likes --std=c++17. --- test/unit/makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/makefile b/test/unit/makefile index 6d8cff665..6085b54e9 100644 --- a/test/unit/makefile +++ b/test/unit/makefile @@ -12,7 +12,6 @@ ifeq ($(shell uname),Darwin) # On OS X always use clang as g++ is old version CLANG = 1 USELIBCPP = 1 -CXXSTD=c++1z endif endif -- cgit v1.2.3