Page 2 of 2

Re: [Solved] Eclipse, C++ and the Standard Template Library

Posted: Wed Mar 29, 2017 12:09 am
by DL88AI88
Howdy Neil,

yeah, for lambda I took an additional dive here:
http://en.cppreference.com/w/cpp/language/lambda

By the way, you mentioned that the Xtensa toolsuite supports C++11. Is it likely that it will support c++17 in the near future? The reason why I ask is because I am interested in the feature std::byte.

Best regards

DL88AI88

Re: [Solved] Eclipse, C++ and the Standard Template Library

Posted: Wed Mar 29, 2017 1:09 am
by kolban
Making a guess, I'd say not yet. I believe the toolchain is based on https://github.com/jcmvbkbc/crosstool-NG and if we follow the chain downwards we get to:

http://crosstool-ng.org/

and that is at release 1.22 which appears to be dated 2015.

Sorry my friend C++17 is bleeding edge.