https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98939
--- Comment #10 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
```
struct X {
void foo() const;
void foo()&&;
};
```
should be allowed with this proposal.
mpolacek at gcc dot gnu.org via Gcc-bugs Fri, 12 Dec 2025 05:39:21 -0800
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98939
--- Comment #10 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
```
struct X {
void foo() const;
void foo()&&;
};
```
should be allowed with this proposal.