[Bug libstdc++/51013] complex::{imag,real}() should maintain lvalue-returning extension in C++11
daniel.kruegler at googlemail dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 8 18:36:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51013
Daniel Krügler <daniel.kruegler at googlemail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |daniel.kruegler at
| |googlemail dot com
--- Comment #10 from Daniel Krügler <daniel.kruegler at googlemail dot com> 2011-11-08 18:16:45 UTC ---
(In reply to comment #8)
> Once we have ref-qualifiers, it should be OK to add the non-const overload with
> an lvalue ref-qualifier, though.
I think you need to add a differently named function, because a function with
ref-qualifier cannot coexist with other functions of the same name and the same
parameter-type-list that do not have a ref-qualifier.
More information about the Gcc-bugs
mailing list