Search Results

Search results 1-1 of 1.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi, I just wonder if anyone is using C++ Lambdas and Ozone ? I tried, but Ozone stopped with the message : "An unexpected exception occurred and Ozone needs to close."... when starting up the project. I had no problem compiling it using C++14/GCC++ 8.2.1, and it runs fine on the target platform Cortex-M4 Kinetis K27F (downloaded by J-Flash). Sample code like this : #define LAMBDA // Ozone v2.70 crashes with LAMBDA defined! #ifndef LAMBDA // use a function instead of lambda static auto outOfRange…