CCS6.1
ARM Compile V5.1.11 for Tiva
ARM Compile V15.12.1LTS for CC2650
There is a compiling option --exception which enables C++ exception handling. By default it is not supported.
According to C++ standard, std::queue<>::push might throw exceptions if memory allocation fails. So if exception is not supported, what is the behaviour when an exception should be thrown?
Thanks