Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions libcxx/docs/VendorDocumentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading