Topic: Problems with reference to reference in templates.


Author: tom_usenet@hotmail.com (tom_usenet)
Date: Fri, 12 Sep 2003 23:03:22 +0000 (UTC)
Raw View
On Fri, 12 Sep 2003 09:13:04 +0000 (UTC), dishsi@tin.it ("Gianluca
Silvestri") wrote:

>
>hi all,
>About this problem, reference to reference, which is forbidden by the
>Standard, there was a paper by Stroustrup, who suggested to remove the
>limitation and make, under certain circumstances, T&& equivalent to T&.
>
>What happened to this proposal?

It's in the working paper for C++0x:
http://std.dkuug.dk/jtc1/sc22/wg21/docs/cwg_defects.html#106

The original paper is:
N1245
on
http://std.dkuug.dk/jtc1/sc22/wg21/docs/papers/2000/

Tom

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]





Author: dishsi@tin.it ("Gianluca Silvestri")
Date: Fri, 12 Sep 2003 09:13:04 +0000 (UTC)
Raw View
hi all,
About this problem, reference to reference, which is forbidden by the
Standard, there was a paper by Stroustrup, who suggested to remove the
limitation and make, under certain circumstances, T&& equivalent to T&.

What happened to this proposal?

Thanks,
Gianluca

---
[ comp.std.c++ is moderated.  To submit articles, try just posting with ]
[ your news-reader.  If that fails, use mailto:std-c++@ncar.ucar.edu    ]
[              --- Please see the FAQ before posting. ---               ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html                       ]