networking-ts-impl icon indicating copy to clipboard operation
networking-ts-impl copied to clipboard

exception specifiers on `basic_endpoint` and `address`

Open arvidn opened this issue 6 years ago • 0 comments

The technical specification defines most member functions on basic_endpoint and address as noexcept. I'm especially interested in having these types be nothrow_move_constructible and nothrow_move_assignable.

Would you be open to a pull request to add these specifiers? If so, which repo should I make it against and would you want it to fall back to no specifiers for pre-C++ 11?

arvidn avatar Feb 13 '19 19:02 arvidn