This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Mention addition of TR1 to C++ for GCC-4.0.0


On Tue, Dec 07, 2004 at 01:59:10PM +0000, chris jefferson wrote:
> 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.

Nevertheless, we could use a note documenting the parts of TR1 that will
be in 4.0.0, how to use it, etc., and make sure to warn people that it is
experimental (meaning that the libstdc++ team makes no promises about
backward compatibility, so the users might have to revise their programs
later on should the committee make changes).


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