From cae6a35ac71eb827024c6e46c7ad4512567b1658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Neboj=C5=A1a=20Cvetkovi=C4=87?= Date: Thu, 2 May 2024 23:35:00 +0100 Subject: [PATCH] docs(c++): std::filesystem is generally supported (#5003) --- docs/en/api-guides/cplusplus.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/en/api-guides/cplusplus.rst b/docs/en/api-guides/cplusplus.rst index c553b8e5611..9af4df01129 100644 --- a/docs/en/api-guides/cplusplus.rst +++ b/docs/en/api-guides/cplusplus.rst @@ -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