This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/45282] wrong decltype result for .*


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45282

--- Comment #1 from Jason Merrill <jason at gcc dot gnu.org> 2011-08-05 13:53:35 UTC ---
...is a prvalue if the LHS is a prvalue.  decltype now returns int&&, which is
closer but still not right.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]