From 94a462be6052789f5fbe86a7361816d8c4393f9a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 11 Nov 2024 16:57:35 +0100 Subject: [PATCH] Removed check for c++14, not supported anymore * ACE/include/makeinclude/platform_gcc_clang_common.GNU: --- ACE/include/makeinclude/platform_gcc_clang_common.GNU | 2 -- 1 file changed, 2 deletions(-) diff --git a/ACE/include/makeinclude/platform_gcc_clang_common.GNU b/ACE/include/makeinclude/platform_gcc_clang_common.GNU index 214da114ec62a..62c9dc23bf3fd 100644 --- a/ACE/include/makeinclude/platform_gcc_clang_common.GNU +++ b/ACE/include/makeinclude/platform_gcc_clang_common.GNU @@ -55,8 +55,6 @@ else ifeq ($(c++20),1) CCFLAGS += -std=c++20 else ifeq ($(c++17),1) CCFLAGS += -std=c++17 -else ifeq ($(c++14),1) - CCFLAGS += -std=c++14 endif # If no option has been specified, set templates to automatic