Not Const Temporaries

Alexandre Oliva aoliva@redhat.com
Thu May 3 08:46:00 GMT 2001


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



More information about the Gcc-help mailing list