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

Use BOOST_VERIFY instead of conditional BOOST_ASSERT #62

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

karcherm
Copy link
Contributor

This change

  • reduces complexity of the code in Boost.Coroutine due to the elimination of preprocessor conditionals
  • removes code duplication
  • prevents a warning (on some compilers) in case BOOST_DISABLE_ASSERTS is not defined, but NDEBUG is defined

@olk olk merged commit 8b09bf7 into boostorg:develop Aug 28, 2024
@olk
Copy link
Member

olk commented Aug 28, 2024

ty

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.

2 participants