coroutine icon indicating copy to clipboard operation
coroutine copied to clipboard

Use BOOST_VERIFY instead of conditional BOOST_ASSERT

Open karcherm opened this issue 1 year ago • 0 comments

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

karcherm avatar Jan 12 '24 13:01 karcherm