Skip to content

Should delivery filters be checked for noexcept-ness? #66

Open
@eao197

Description

@eao197

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions