From 5e3832ffa66ac81fe7b2f84ad6e2526b936b0a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Wed, 12 Nov 2025 23:50:19 +0200 Subject: [PATCH] [libxcx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM Since 1939eb3dc2330af6fb9609a7c3bd5276e127c9ce, std::filesystem is enabled by default in MSVC builds too. --- libcxx/docs/VendorDocumentation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/docs/VendorDocumentation.rst b/libcxx/docs/VendorDocumentation.rst index 7eba598909a74..9ce12d565b7eb 100644 --- a/libcxx/docs/VendorDocumentation.rst +++ b/libcxx/docs/VendorDocumentation.rst @@ -162,10 +162,10 @@ General purpose options .. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL - **Default**: ``ON`` except on Windows when using MSVC. + **Default**: ``ON`` This option can be used to enable or disable the filesystem components on - platforms that may not support them. For example on Windows when using MSVC. + platforms that may not support them. .. option:: LIBCXX_ENABLE_WIDE_CHARACTERS:BOOL