Skip to content

Commit

Permalink
Removed check for c++14, not supported anymore
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_gcc_clang_common.GNU:
  • Loading branch information
jwillemsen committed Nov 11, 2024
1 parent 1f0cdac commit 94a462b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ACE/include/makeinclude/platform_gcc_clang_common.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 94a462b

Please sign in to comment.