Hello,
I am trying to create a simple application using C++ 17 on nRF52840.
I use VS Code and CMake-based project settings.
I am able to use latest language features, but the compiler is not able to find STL headers (like vector, array, etc.)
Is there any settings I have to choose in Kconfig or in CMakeLists?
Thanks,
Alex