C++11 or C++14 supported?? Topic is solved

If you have a simple question and just want an answer.
Post Reply
pearlt
Junior Member
Posts: 5
Joined: Wed Jan 17, 2018 5:50 am

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

Post by pearlt »

I wonder How to turn on C++14 at xTimeComposer Sudio ??

Thanks for reading


View Solution
robertxmos
XCore Addict
Posts: 169
Joined: Fri Oct 23, 2015 10:23 am

Post 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)
pearlt
Junior Member
Posts: 5
Joined: Wed Jan 17, 2018 5:50 am

Post by pearlt »

Thanks for your help ^^
pearlt
Junior Member
Posts: 5
Joined: Wed Jan 17, 2018 5:50 am

Post by pearlt »

RobertXmos Thanks for your help ^^
Post Reply