Skip to content

Commit 9822905

Browse files
authored
[libcxx] [doc] Update the docs about LIBCXX_ENABLE_FILESYSTEM (#167843)
Since 1939eb3, std::filesystem is enabled by default in MSVC builds too.
1 parent 6b16b31 commit 9822905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/docs/VendorDocumentation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ General purpose options
162162

163163
.. option:: LIBCXX_ENABLE_FILESYSTEM:BOOL
164164

165-
**Default**: ``ON`` except on Windows when using MSVC.
165+
**Default**: ``ON``
166166

167167
This option can be used to enable or disable the filesystem components on
168-
platforms that may not support them. For example on Windows when using MSVC.
168+
platforms that may not support them.
169169

170170
.. option:: LIBCXX_ENABLE_WIDE_CHARACTERS:BOOL
171171

0 commit comments

Comments
 (0)