cplusplus/fundamentals-ts

do_is_equal needs to be noexcept

Dani-Hub opened this issue · 0 comments

The prototype specification of do_is_type in [memory.resource.adaptor.mem] misses the noexcept specifier. Argueably this was already wrong in the proposing paper but the change seems editorially, because the correct specifier is used in the class template resource_adaptor_imp synopsis already.