[Bug c++/92851] Lambda capture of *this with mutable is not mutable

2023-03-10 Thread flast at flast dot jp via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92851 --- Comment #3 from Kohei Takahashi --- It's still rejected in GCC 13.0. https://wandbox.org/permlink/jKItc5W8KnYR7JN1

[Bug c++/92851] Lambda capture of *this with mutable is not mutable

2022-11-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92851 Andrew Pinski changed: What|Removed |Added Keywords||c++-lambda, rejects-valid St

[Bug c++/92851] Lambda capture of *this with mutable is not mutable

2019-12-08 Thread flast at flast dot jp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92851 --- Comment #2 from Kohei Takahashi --- (In reply to Jonathan Wakely from comment #1) > Please provide a complete testcase not a URL, as required by > https://gcc.gnu.org/bugs/ Sorry, here is reproducible complete code. struct S { int

[Bug c++/92851] Lambda capture of *this with mutable is not mutable

2019-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92851 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|