| commit | f133df11846b498cf2269ef8920688c4c8dba3ff | [log] [tgz] |
|---|---|---|
| author | FuzzTest Team <fuzztest@google.com> | Fri Oct 17 18:02:51 2025 |
| committer | Copybara-Service <copybara-worker@google.com> | Fri Oct 17 18:03:27 2025 |
| tree | fa9de859ba2aadff6cc9fa497661c0a8e85852c2 | |
| parent | 1804ef33e136b679fc04750cab5d65b3d39ece44 [diff] |
No public description PiperOrigin-RevId: 820757644
diff --git a/fuzztest/internal/meta.h b/fuzztest/internal/meta.h index c36d80b..af4b3ae 100644 --- a/fuzztest/internal/meta.h +++ b/fuzztest/internal/meta.h
@@ -668,8 +668,7 @@ constexpr std::optional<int> ApplyIndexFor(F f) { if constexpr (ApplyIndex<I>(f)) { return I; - } - if constexpr (I == 0) { + } else if constexpr (I == 0) { return std::nullopt; } else { return ApplyIndexFor<I - 1>(f);