Cannot recognize std::max, std::min, std::size_t, etc. Instead you get an error message of the form namespace "std" has no member "xxx", but the proper include files are specified and the include path is setup correctly. Removing std:: prefix seems to make the squiggles go away, ...
member-init", "hicpp-move-const-arg", "hicpp-multiway-paths-covered", "hicpp-named-parameter", "hicpp-new-delete-operators", "hicpp-no-*", "hicpp-no-array-decay", "hicpp-no-assembler", "hicpp-no-malloc", "hicpp-noexcept-move", "hicpp-signed-bitwise", "hicpp-s...
Can you open mbed.h and confirm that it tries to include "drivers/LocalFileSystem.h"? I just cloned mbed-os and mbed.h is including "platform/LocalFileSystem.h" for me. Not that I know how to use this project, but I get no squiggles when I include mbed.h in my main.cpp and u...