-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Fixing fuzzing build after composer splitting #1317
Conversation
6ee9db8
to
8829f7c
Compare
8829f7c
to
1f5831c
Compare
a.next() | ||
} | ||
->std::convertible_to<uint32_t>; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't love how it autoformats concepts with another {} inside the {}, but that's an aside
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this was mostly compile fixes right?
CI LGTM and C++ at a glance LGTM
Description
After the splitting PR the fuzzing build was broken. This PR fixes that issue. It also adds the fuzzing build to CI so that such breaking changes get detected in the future
Checklist: