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.


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.
I'm also very interested in lambdas, but it seems the project stopped
after GSOC? Thanks for your time.

Greetings,

You can view the *library* implementation status of C++-0X at
http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt01ch01.html#manual.intro.status.standard.200x.

As others have said the core *language* status is at http://gcc.gnu.org/projects/cxx0x.html.

regex has a skeleton implementation - it needs a lot of work. The auto keyword is in. All the containers are in rather good shape. The functional changes are in good shape. Rvalue references are in both language and library. The concurrency and time parts are in the library.

So, mainly, and in no particular order:
1. Fill in regex [library]
2. Lambdas [core]
3. Concepts [core & library]
These are the big chunks left.

Ed.


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