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: Latest TR1 draft


Jonathan Wakely wrote:

The new TR1 draft is available:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1711.pdf

There are also a few related docs wth proposed resolutions to some of
the issues with the TR, available here:

http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/#2004-11-post-Redmond

Be aware that it took me 15 minutes to grab the TR draft, as it would
only download at ~2 KB/s.

I'll review the smart pointer code I've prepared and post it here
a.s.a.p



For those suffering really great pain, it might be a little easier to grab n1711.pdf and the latest library active/closed/defect lists (lwg33.tar.gz) from http://www-users.cs.york.ac.uk/~caj/cpplib/

For those with an interest, there are a couple of tiny fiddles to the tuple class, and also the reference_wrapper which was previously here has been expanded and shipped off to <utility> while the functions that operate on tuples are for some reason I couldn't possible guess been sent to <utility>. I'll play around with these over the next couple of days.

Was there a final decision on how things should be "added" to existing headers, like <utility> or <functional>? For now these things could continue living in <tuple> if it would be easier?

Chris


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