This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [c++0x] : Implementation of features.
- From: Ed Smith-Rowland <3dw4rd at verizon dot net>
- To: Germán Diago <germandiago at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Sat, 18 Oct 2008 09:35:00 -0400
- Subject: Re: [c++0x] : Implementation of features.
- References: <b798010f0810180155v51af7244ic75db243330c2a19@mail.gmail.com>
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.