Discussion: Compile with Clang
Feature request
We are currently only compiling t8code with GCC, but as mentioned in PR #1524 Clang seems to be more strict.
Is your feature request related to a problem? Please describe.
Currently t8code doesn't compile with Clang due to constexpr errors. (One is fixed in PR #1524 the other one will be fixed in a PR soon)
Describe the solution or feature you'd like We should discuss if we want to add a Clang build into our CI as it catches inconsistencies in language rules better than GCC.
Estimated priority Which of these is most applicable (remove the others):
"Priority: medium" Should be solved within half a year
Additional context Add any other context or screenshots about the feature request here.
Related to #1306