[Bug c++/49458] [C++0x][DR 1328] Obvious candidate for conversion to function lvalue rejected
jason at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Sep 5 15:48:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49458
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
Target Milestone|--- |4.7.0
Summary|[C++0x] Obvious candidate |[C++0x][DR 1328] Obvious
|for conversion to function |candidate for conversion to
|lvalue rejected |function lvalue rejected
--- Comment #4 from Jason Merrill <jason at gcc dot gnu.org> 2011-09-05 15:47:19 UTC ---
Core decided for issue 1328 to allow the lvalue reference conversion, but
prefer the rvalue reference conversion. Implemented for 4.7.
More information about the Gcc-bugs
mailing list