summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-22 13:32:35 +0100
committerGitHub <noreply@github.com>2023-02-22 13:32:35 +0100
commit4ea44f59178bba284ec90eea7352ce95ecd3ee6a (patch)
treecb70c0bb344cb9412e9a8d1217cf1831019ae484 /ACE/include/makeinclude/platform_macosx_common.GNU
parent54406e2ff1e39a3245d04253648153d5f4751938 (diff)
parent606a42cd58a161c971723d10713699d922530a28 (diff)
downloadATCD-4ea44f59178bba284ec90eea7352ce95ecd3ee6a.tar.gz
Merge pull request #2052 from jwillemsen/jwi-gcc14
ACE/TAO now require C++14 or newer
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_common.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_common.GNU b/ACE/include/makeinclude/platform_macosx_common.GNU
index 342883b2855..315521a7f8f 100644
--- a/ACE/include/makeinclude/platform_macosx_common.GNU
+++ b/ACE/include/makeinclude/platform_macosx_common.GNU
@@ -42,7 +42,7 @@ SOBUILD = -o $(VSHDIR)$*.dylib $<
ifeq ($(findstring g++,$(CXX)),)#
include $(ACE_ROOT)/include/makeinclude/platform_g++_common.GNU
else
- c++11 ?= 1
+ c++14 ?= 1
include $(ACE_ROOT)/include/makeinclude/platform_clang_common.GNU
endif