Skip to content

Commit

Permalink
Add version 4/5
Browse files Browse the repository at this point in the history
    * ACE/include/makeinclude/platform_linux_clang.GNU:
  • Loading branch information
jwillemsen committed Apr 23, 2024
1 parent 9136324 commit ed0b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ACE/include/makeinclude/platform_linux_clang.GNU
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CXX_MAJOR_VERSION := $(call CXX_MAJOR_DOT,$(CXX_VERSION),1)
endif

# clang 16 and newer default to C++17
ifeq ($(CXX_MAJOR_VERSION),$(filter $(CXX_MAJOR_VERSION),6 7 8 9 10 11 12 13 14 15))
ifeq ($(CXX_MAJOR_VERSION),$(filter $(CXX_MAJOR_VERSION),4 5 6 7 8 9 10 11 12 13 14 15))
c++std ?= c++17
endif

Expand Down

0 comments on commit ed0b72b

Please sign in to comment.