Skip to content
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

Style refactor (small): Encouraging static_assert(false) over #error. Encouraging if constexpr over SFINAE. / Comment and/or doc changes. #102

Merged
merged 3 commits into from
Mar 30, 2024

Conversation

ygoldfeld
Copy link
Contributor

@ygoldfeld ygoldfeld commented Mar 30, 2024

resolves Flow-IPC/flow#88

@ygoldfeld ygoldfeld merged commit c0727e7 into main Mar 30, 2024
6 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

flow + ipc[_*]: Style/readability: Use static_assert(false, "...") instead of #error "...".
1 participant