This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] 4.4/4.5 evolution doc updates
- From: Jonathan Wakely <jwakely dot gcc at gmail dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Wed, 6 Jan 2010 01:19:52 +0000
- Subject: Re: [v3] 4.4/4.5 evolution doc updates
- References: <20100105125524.748ba0ad@redhat.com>
2010/1/5 Benjamin Kosnik:
>
> Updates for API docs for the last two releases. Had tried to get to
> this before the end of the year but didn't quite make it.
>
> Please people, review this as I'm writing up the 4.5/changes.html bits
> for runtime, and basing it off this.
+Audit of internal mutex usage, conversion to funtions returning static
typo of "functions"
Talking of functions, there's now a separate implementation for the
C++0x parts of <functional>, instead of using the same code as
<tr1/functional>, which adds rvalue reference support to
std::function. I hope to finish similar changes for std::bind in the
next day or two.