Page 1 of 1

C++11 or C++14 supported??

Posted: Wed Jan 17, 2018 6:02 am
by pearlt
I wonder How to turn on C++14 at xTimeComposer Sudio ??

Thanks for reading

Re: C++11 or C++14 supported??

Posted: Wed Jan 17, 2018 9:21 am
by robertxmos
The C++ compiler is based on clang 3.6.0.
https://clang.llvm.org/cxx_status.html
Use the flags -std=c++11, -std=c++14 to enable
(and std=c++1z for some c++17 features)

Re: C++11 or C++14 supported??

Posted: Thu Jan 18, 2018 3:25 am
by pearlt
Thanks for your help ^^

Re: C++11 or C++14 supported??

Posted: Thu Jan 18, 2018 3:26 am
by pearlt
RobertXmos Thanks for your help ^^