This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/53223] [c++0x] auto&& and operator* don't mix inside templates
- From: "luto at mit dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 03 May 2012 23:21:10 +0000
- Subject: [Bug c++/53223] [c++0x] auto&& and operator* don't mix inside templates
- Auto-submitted: auto-generated
- References: <bug-53223-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53223
--- Comment #2 from Andy Lutomirski <luto at mit dot edu> 2012-05-03 23:21:10 UTC ---
(In reply to comment #1)
> Don't we have something in Bugzilla about auto && ?
There's PR 52851, but that's supposedly fixed in 4_7-branch, and (unless I
messed up) this bug is present in 4_7-branch updated today (r187118). The test
case from that bug works on my compiler.