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.