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 247a6e0 commit 41c8a0fCopy full SHA for 41c8a0f
fuzztest/internal/domains/overlap_of_impl.h
@@ -118,7 +118,7 @@ class OverlapOfImpl
118
119
value_type GetValue(const corpus_type& v) const {
120
return Switch<kNumDomains>(v.index(), [&](auto I) -> value_type {
121
- auto domain = std::get<I>(domains_);
+ const auto& domain = std::get<I>(domains_);
122
return domain.GetValue(std::get<I>(v));
123
});
124
}
0 commit comments