Looking for a C++11 support Overview

Isaac Gutekunst isaac.gutekunst at vecna.com
Wed Feb 24 17:52:12 UTC 2016


Hi All,


Which C++11 features are supported by RTEMS?
Is there a table listing supported features, and limitations? Sorry if I 
just missed it.

I'm specially interested in

* std::atomic
* std::thread
* std::queue
* std::mutex
* std::condition_variable
* std::chrono


Depending on what level of support is available, we might build our own 
primitives so we can develop platform independent code, for on and off 
target testing.

If we can simply rely on the C++ library, that might be preferable, but 
requires some consideration.


Thanks,

Isaac


More information about the users mailing list