This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
cout << tuple support
- From: "Hany E. Ramadan" <ramadan at cs dot umn dot edu>
- To: libstdc++ at gcc dot gnu dot org
- Date: Sun, 26 Feb 2006 23:39:45 -0600 (CST)
- Subject: cout << tuple support
Hi,
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.
Thanks
Hany