C++ Logo

std-proposals

Advanced search

extern noexcept

From: Walt Karas <wkaras_at_[hidden]>
Date: Mon, 23 Sep 2019 22:06:44 +0000 (UTC)
That is:
extern noexcept{// stuff}
All functions (including member functions) declared within the braces default to noexcept unless explicitly overridden with noexecpt(<false value expr>).
(Side question: shouldn't the Standard require a diagnostic if a noexcept function calls noexcept(false) functions on some codepath?)

Received on 2019-09-23 17:08:54