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 5dcd666 commit b6d2460Copy full SHA for b6d2460
libcxx/docs/UsingLibcxx.rst
@@ -291,11 +291,6 @@ C++17 Specific Configuration Macros
291
292
C++20 Specific Configuration Macros
293
-----------------------------------
294
-**_LIBCPP_DISABLE_NODISCARD_AFTER_CXX17**:
295
- This macro can be used to disable diagnostics emitted from functions marked
296
- ``[[nodiscard]]`` in dialects after C++17. See :ref:`Extended Applications of [[nodiscard]] <nodiscard extension>`
297
- for more information.
298
-
299
**_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES**:
300
This macro is used to re-enable all the features removed in C++20. The effect
301
is equivalent to manually defining each macro listed below.
0 commit comments