You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delivery filters must not throw exceptions because they are called in noexcept context.
But delivery filteres aren't checked to be noexcept functors. Should this check be added to so_add_delivery_filter-family of methods (by using static_assert)?
It seems that this change may break compatibility with 5.8.0, so may be this change has to be postponed to 5.9?
The text was updated successfully, but these errors were encountered:
Delivery filters must not throw exceptions because they are called in
noexcept
context.But delivery filteres aren't checked to be
noexcept
functors. Should this check be added toso_add_delivery_filter
-family of methods (by usingstatic_assert
)?It seems that this change may break compatibility with 5.8.0, so may be this change has to be postponed to 5.9?
The text was updated successfully, but these errors were encountered: