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: b kosnik <bkoz1971 at yahoo dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Wed, 20 Oct 2004 10:50:23 -0700 (PDT)
- Subject: Re: Tuple progress - help with istream / ostream
> Also, I've been informed by the writer of the
proposal > that there are some changes to the tuple
specification > being discussed yesterday and today,
so assuming these > work their way onto the
open-std.org page in the next
> couple of days (I'm assuming they should? or is
there
> somewhere better to look?) I'll add these before
> submitting.
LWG just killed tuple io. So, don't worry about it.
;)
There have been tuple changes, but my suggestion is to
not wait for everything to settle down absolutely, and
just submit what you have now, and fix up stuff to the
final TR1 wording when it is indeed final.
-benjamin