This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Tuple progress - help with istream / ostream
- From: Matt Austern <austern at apple dot com>
- To: chris <caj at cs dot york dot ac dot uk>
- Cc: libstdc++ <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 20 Oct 2004 18:55:32 -0700
- Subject: Re: Tuple progress - help with istream / ostream
- References: <41769BE0.30601@cs.york.ac.uk>
On Oct 20, 2004, at 10:09 AM, chris wrote:
Hello,
I've just about finished the implementation of the tuple class, except
for the << and >> operators. Could anyone with more stream exprience
than me perhaps point me to an example, or mini-working code of how
this should work?
Wait until next week until you do any of this. Things may change
between now and then.
--Matt