This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Mention addition of TR1 to C++ for GCC-4.0.0
- From: chris jefferson <caj at cs dot york dot ac dot uk>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 07 Dec 2004 13:59:10 +0000
- Subject: Re: Mention addition of TR1 to C++ for GCC-4.0.0
- References: <41B5B5A6.6070702@verizon.net>
Ed Smith-Rowland wrote:
I think the addition of the TR1 template classes and algorithms (the
parts of Boost++ that have been ratified as an extension to C++ by
ISO) should be mentioned on the web page:
http://gcc.gnu.org/gcc-4.0/changes.html.
These additions are great news for me at least.
I'm sure someone more knowledgable than me will also reply to this
message, but it is important to note that at the moment (and I imagine
even in 4.0), only a portion of the TR1 has been implemented.
Also it will be important to note that the currently published TR1 is
not yet final, and I'm certain that some things will change before the
final release.
Chris
Ed Smith-Rowland