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.

Reply via email to