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]

[c++0x] List of what __GLIBCXX__ version headers become available?


Hi all,

Thanks for doing a great job implementing C++0x library features!

Is there anything analogous to http://gcc.gnu.org/projects/cxx0x.html that lists the status of each C++ header? In particular, for C++03 headers I'd like to know the __GLIBCXX__ version where the C++0x features (other than concept related) became available and the version where full (including concept related) features became available. For C++0x headers, I'd like to know the version where features (other than concept related) became available and the version where full (including concept related) features became available.

My interest arises because I'm trying to implement Boost.Config feature availability macros so the Boost libraries can adapt gracefully as C++0x standard features become available. Seems like others would also be interested, and it would serve as a useful indicator of libstdc++ progress on C++0x.

If there isn't any such web page available, I'd be happy to supply the HTML for one, but you'd have to fill in the version numbers and then keep it up to date.

Thanks,

--Beman Dawes



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