general: fix compile for Apple Clang
This commit is contained in:
parent
aab68674c0
commit
9737615948
79 changed files with 952 additions and 37 deletions
|
@ -254,6 +254,7 @@ else()
|
|||
# Bracket depth determines maximum size of a fold expression in Clang since 9c9974c3ccb6.
|
||||
# And this in turns limits the size of a std::array.
|
||||
$<$<CXX_COMPILER_ID:Clang>:-fbracket-depth=1024>
|
||||
$<$<CXX_COMPILER_ID:AppleClang>:-fbracket-depth=1024>
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue