https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115964

--- Comment #4 from Jason Liam <jlame646 at gmail dot com> ---
@corentinjabot

Note that 
```
void j(this const C);
void j() const ;
```
is still invalid. 

Only 
```
void f(this C );   
void f(C);
```
is valid.

Reply via email to