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: [c++0x] : Implementation of features.


On Sat, Oct 18, 2008 at 5:07 AM, Paolo Carlini <paolo.carlini@oracle.com> wrote:
> Germán Diago wrote:
>> Hello. I would like to know if there are plans to implement c++0x auto
>> keyword soon and the state of threads and regex implementation.
>>
> The best way to remain up to date about this kind of work, that is the
> implementation of *experimental* C++0x features, is definitely checking
> out from SVN the mainline code and playing with it. I emphasized the
> word *experimental* because essentially at the moment the work is
> focused on early implementing the evolving working drafts and provide
> feedback to the Committee, we cannot provide guarantees about ABI
> stability (concepts will change everything), completeness in any sense
> of features, etc.

This page is used to describe which C++0x features GCC has implemented:

  http://gcc.gnu.org/projects/cxx0x.html

It looks like "auto" isn't filled in. Jason, could you update this
page (and also http://gcc.gnu.org/gcc-4.4/cxx0x_status.html) to
reflect the fact that you implemented "auto"?

>> I'm also very interested in lambdas, but it seems the project stopped
>> after GSOC?
>>
> I suspect Doug knows much better than me...

John Freeman, the Summer of Code student who was working on lambdas,
is planning to continue his work to get lambdas to the point where
they can be merged into mainline.

  - Doug


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