Skip to content

Commit

Permalink
docs(c++): std::filesystem is generally supported (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
nebkat authored May 2, 2024
1 parent d4cd437 commit cae6a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/en/api-guides/cplusplus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Limitations
- Linker script generator does not support function level placements for functions with C++ linkage.
- Various section attributes (such as ``IRAM_ATTR``) are ignored when used with template functions.
- Vtables are placed into Flash and are not accessible when the flash cache is disabled. Therefore, virtual function calls should be avoided in :ref:`iram-safe-interrupt-handlers`. Placement of Vtables cannot be adjusted using the linker script generator, yet.
- C++ filesystem (``std::filesystem``) features are not supported.


What to Avoid
Expand Down

0 comments on commit cae6a35

Please sign in to comment.