Does Boost work with IntervalZero RTX 2009?
- by cs-79
Hi all Rtx experts,
Have anyone implemented hard real-time app on IntervalZero Rtx environment using Boost libraries?
I wish to use the Boost `unordered` data structures instead of solely relying on STL::Vector. Or Array/Vector is the only data structure supported by Rtx?
* Off topic question: Can we use STL::String instead of char pointer for string in Rtx?
Thanks.