C++11 support page up-to-dateness

Hello,

It seems to me that the C++11 support page (http://clang.llvm.org/cxx_status.html) is not up-to-date.

My reasoning is that there has been a lot of work between the 3.0 and 3.1 releases and yet 3.1 does not appear anywhere.

Is there a more-up-to-date section or is it planned to wait for the official release of 3.1 before acknowledging the new features ?

– Matthieu

Hello,

It seems to me that the C++11 support page
(Clang - C++ Programming Language Status) is not up-to-date.

My reasoning is that there has been a lot of work between the 3.0 and 3.1
releases and yet 3.1 does not appear anywhere.

Is there a more-up-to-date section or is it planned to wait for the official
release of 3.1 before acknowledging the new features ?

Perhaps you're looking at a cached copy somehow - there's many things
marked "3.1" in that list (it's highlighted in yellow, since 3.1
hasn't released yet - see init lists, lambdas, forward declared enums,
... )

- David