Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
The mbed compiler fully supports C++, including templates and exceptions. So far, so good.
Question: if I wanted to install some extra library like some parts of boost (which is kind of the "next STL" before it gets integrated into the standard), how should I do that ? My main concern is that such library has a build process which I don't see how to execute/integrate with the mbed compiler.
Of particular interest are smart pointers (didn't check if TR1 extensions of the STL are supported by the mbed toolchain), boost::array.
Thanks,
Olivier