[libcxx-commits] [libcxx] 9822905 - [libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Nov 13 23:55:03 PST 2025
Author: Martin Storsjö
Date: 2025-11-14T09:54:59+02:00
New Revision: 9822905b38096726534d712daeb9efa7c5fef158
URL: https://github.com/llvm/llvm-project/commit/9822905b38096726534d712daeb9efa7c5fef158
DIFF: https://github.com/llvm/llvm-project/commit/9822905b38096726534d712daeb9efa7c5fef158.diff
LOG: [libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843)
Since 1939eb3dc2330af6fb9609a7c3bd5276e127c9ce, std::filesystem is
enabled by default in MSVC builds too.
Added:
Modified:
libcxx/docs/VendorDocumentation.rst
Removed:
################################################################################
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
More information about the libcxx-commits
mailing list