We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a76e1 commit 4e6948cCopy full SHA for 4e6948c
src/base/math/fuzzybool.h
@@ -26,6 +26,7 @@ class FuzzyBool
26
std::remove_cvref_t<
27
decltype(*std::declval<Optional>())>,
28
bool>)
29
+ // NOLINTNEXTLINE(bugprone-forwarding-reference-overload)
30
explicit FuzzyBool(Optional &&opt) :
31
FuzzyBool(opt && *std::forward<Optional>(opt))
32
{}
0 commit comments