Skip to content

Commit 4e6948c

Browse files
committed
Try to fix clang-tidy
1 parent 68a76e1 commit 4e6948c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/math/fuzzybool.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ class FuzzyBool
2626
std::remove_cvref_t<
2727
decltype(*std::declval<Optional>())>,
2828
bool>)
29+
// NOLINTNEXTLINE(bugprone-forwarding-reference-overload)
2930
explicit FuzzyBool(Optional &&opt) :
3031
FuzzyBool(opt && *std::forward<Optional>(opt))
3132
{}

0 commit comments

Comments
 (0)