Presently I’ve Debian Squeeze(AMD64 linux), libstdc++5 and libstdc++6 on my computer.
Do these C++ libraries conform to the ISO standard C++11?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No they don’t conform fully, but they have elements :
C++11 support on stdlibc++ (this is for the latest version, not the one you have)
C++11 support on GCC versions
Your best bet is to try libc++ (developed for clang but works with GCC 4.4 as well). You could try downloading and compiling the latest clang or GCC release as well.
Only MS has a fully implemented C++11 library in VC 11 (or so they claim, and yes, that doesn’t help you, sorry).