Content deleted Content added
No edit summary Tags: Mobile edit Mobile app edit iOS app edit App section source |
No edit summary Tags: Mobile edit Mobile app edit iOS app edit App section source |
||
Line 194:
void mightThrow();
// The first noexcept is the
void f() noexcept(noexcept(mightThrow));
</syntaxhighlight>
|