Skip to content

Commit

Permalink
hide if constexpr usage behind macro
Browse files Browse the repository at this point in the history
This improves the support for older C++ versions
  • Loading branch information
maxbachmann committed Dec 25, 2024
1 parent 6ec7699 commit e91aa8e
Show file tree
Hide file tree
Showing 15 changed files with 541 additions and 335 deletions.
2 changes: 2 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ BraceWrapping:
AllowAllConstructorInitializersOnNextLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
AllowShortCaseLabelsOnASingleLine: true
IfMacros:
- RAPIDFUZZ_IF_CONSTEXPR
IndentPPDirectives: AfterHash
Loading

0 comments on commit e91aa8e

Please sign in to comment.