aboutsummaryrefslogtreecommitdiff
path: root/libcxx/docs/UsingLibcxx.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/UsingLibcxx.rst')
-rw-r--r--libcxx/docs/UsingLibcxx.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst
index c0e85ad..8f94565 100644
--- a/libcxx/docs/UsingLibcxx.rst
+++ b/libcxx/docs/UsingLibcxx.rst
@@ -208,12 +208,6 @@ safety annotations.
C++17 Specific Configuration Macros
-----------------------------------
-**_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES**:
- This macro is used to re-enable all the features removed in C++17. The effect
- is equivalent to manually defining each macro listed below.
- This macro is deprecated and will be removed in LLVM-19. Use the
- individual macros listed below.
-
**_LIBCPP_ENABLE_CXX17_REMOVED_AUTO_PTR**:
This macro is used to re-enable `auto_ptr`.
@@ -238,12 +232,6 @@ C++20 Specific Configuration Macros
This macro is used to re-enable the function
``std::shared_ptr<...>::unique()``.
-**_LIBCPP_ENABLE_CXX20_REMOVED_FEATURES**:
- This macro is used to re-enable all the features removed in C++20. The effect
- is equivalent to manually defining each macro listed below.
- This macro is deprecated and will be removed in LLVM-19. Use the
- individual macros listed below.
-
**_LIBCPP_ENABLE_CXX20_REMOVED_BINDER_TYPEDEFS**:
This macro is used to re-enable the `argument_type`, `result_type`,
`first_argument_type`, and `second_argument_type` members of class