We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b242e85 commit 8aa5965Copy full SHA for 8aa5965
libcxx/docs/UsingLibcxx.rst
@@ -298,8 +298,8 @@ C++17 Specific Configuration Macros
298
This macro is used to re-enable `set_unexpected`, `get_unexpected`, and
299
`unexpected`.
300
301
-C++20 Specific Configuration Macros:
302
-------------------------------------
+C++20 Specific Configuration Macros
+-----------------------------------
303
**_LIBCPP_DISABLE_NODISCARD_AFTER_CXX17**:
304
This macro can be used to disable diagnostics emitted from functions marked
305
``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>`
0 commit comments