Quote:
Originally Posted by Greg McKaskle
I believe that the tools will support and default to using C++ v11.
|
Excellent. I look forward to trying C++11 on the robot.
I think this should be really nice. I think that the uniform initialization and auto are especially helpful to beginners. And I was surprised how easy it was to teach lambdas.
Last year, we used a mixture of C++98 and C++11. We had lots of tests that used C++11 features and we just made sure that they were all seperated from the main code by a bunch of #ifdefs.