What is the best compiler to experiment with C++0x features? I have been experimenting with GNU g++ 4.4.
What is the best compiler to experiment with C++0x features? I have been experimenting
Share
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.
Definitely GCC Trunk. ConceptGCC misses many features GCC trunk has. It is being merged into GCC currently though. It has all these features, including the new
auto-typed variables (no new function declaration syntax yet though): http://gcc.gnu.org/projects/cxx0x.html .There is a GCC branch containing partial lambda support, which also contains other C++0x features. I would recommend you to try that one out too. It’s in use on
#geordi at irc.freenode.org, you can experiment with it there.