Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: ph3rin at gmail dot com
Target Milestone: ---
According to the c++ standard (draft n4835) the following code should not
compile because it references a deleted
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93106
--- Comment #2 from Yunrui Wang ---
(In reply to Jakub Jelinek from comment #1)
> What you cite doesn't say anything that would make the testcase invalid.
> The standard says that for an implicitly movable entity seen in return
> statement shall
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93106
Yunrui Wang changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---