Skip to content

Commit b60001c

Browse files
committed
hide if constexpr usage behind macro
This improves the support for older C++ versions
1 parent 6ec7699 commit b60001c

14 files changed

+528
-335
lines changed

.clang-format

+2
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ BraceWrapping:
2525
AllowAllConstructorInitializersOnNextLine: true
2626
ConstructorInitializerAllOnOneLineOrOnePerLine: true
2727
AllowShortCaseLabelsOnASingleLine: true
28+
IfMacros:
29+
- RAPIDFUZZ_IF_CONSTEXPR
2830
IndentPPDirectives: AfterHash

0 commit comments

Comments
 (0)