This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cout << tuple support


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.
   


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]