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_linux_clang.GNU:
  • Loading branch information
jwillemsen committed Nov 11, 2024
1 parent aaefe4c commit 1f0cdac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ACE/include/makeinclude/platform_linux_clang.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,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

ifeq ($(no_deprecated),1)
Expand Down

0 comments on commit 1f0cdac

Please sign in to comment.