This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: cout << tuple support
- From: Paolo Carlini <pcarlini at suse dot de>
- To: "Hany E. Ramadan" <ramadan at cs dot umn dot edu>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 27 Feb 2006 18:38:21 +0100
- Subject: Re: cout << tuple support
- References: <Pine.GSO.4.58.0602262336420.23616@caesar.cs.umn.edu>
Hany E. Ramadan wrote:
>Attempt to stream a tuple object gives a compiler error (4.0.2)
>I recall the original tuple proposal described this as a supported scenario.
>So I just wanted to confirm that this is not going to be supported.
>
>
Yes, at least, certainly not in TR1. But you can check that yourself,
section 6.1 of N1836, the latest draft, publically available from:
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/
Paolo.