Skip to content

Conversation

@mstorsjo
Copy link
Member

Since 1939eb3, std::filesystem is enabled by default in MSVC builds too.

Since 1939eb3, std::filesystem
is enabled by default in MSVC builds too.
@mstorsjo mstorsjo requested a review from a team as a code owner November 13, 2025 08:15
@llvmbot llvmbot added the libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi. label Nov 13, 2025
@llvmbot
Copy link
Member

llvmbot commented Nov 13, 2025

@llvm/pr-subscribers-libcxx

Author: Martin Storsjö (mstorsjo)

Changes

Since 1939eb3, std::filesystem is enabled by default in MSVC builds too.


Full diff: https://github.com/llvm/llvm-project/pull/167843.diff

1 Files Affected:

  • (modified) libcxx/docs/VendorDocumentation.rst (+2-2)
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
 

@zwuis zwuis changed the title [libxcx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM [libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM Nov 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

libc++ libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants