Open
Description
Docs issue template
Page link
https://os.mbed.com/docs/mbed-os/v6.14/contributing/software-design.html#api-design
Expected to find...
C++14 (the currently enabled standard as of Mbed OS 6). Also potentially an updated guideline of what language and library features to use/not use.
Found
"The current standard is strictly C++03 (for portability)." which is too old, and some of our existing code is based on C++11 /14.