Skip to content

Commit 8803112

Browse files
committed
[libc++][NFC] Add deprecated mention for _LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_MEMBERS in the docs
This was missed in the patch where I marked the macro as deprecated.
1 parent 4a87db6 commit 8803112

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/docs/UsingLibcxx.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ C++20 Specific Configuration Macros
312312
This macro is used to re-enable redundant members of `allocator<T>`,
313313
including `pointer`, `reference`, `rebind`, `address`, `max_size`,
314314
`construct`, `destroy`, and the two-argument overload of `allocate`.
315+
This macro has been deprecated and will be removed in LLVM-19.
315316

316317
**_LIBCPP_ENABLE_CXX20_REMOVED_ALLOCATOR_VOID_SPECIALIZATION**:
317318
This macro is used to re-enable the library-provided specializations of

0 commit comments

Comments
 (0)