https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52869
David Stone <david at doublewise dot net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |david at doublewise dot net
--- Comment #2 from David Stone <david at doublewise dot net> ---
Simpler test case:
struct S {
void f() noexcept(noexcept(this)) {}
};
int main() {}
Updated standard reference stating that this should be valid:
http://eel.is/c++draft/expr.prim.this#2
