This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Not Const Temporaries
On May 3, 2001, Philippe Cizaire <pci@silicomp.com> wrote:
> BTW, I still do not understand how I can not have a const reference to a
> temporary but a can call a non const method on it... :-)
That's a rule from the C++ Standard. The intent, as far as I
understand, is to prevent accidental binding of a temporary to a
non-const reference, while still making it possible to intentionally
do it.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me