Skip to content

Commit

Permalink
[libc++][NFC] Add deprecated mention for _LIBCPP_ENABLE_CXX20_REMOVED…
Browse files Browse the repository at this point in the history
…_ALLOCATOR_MEMBERS in the docs

This was missed in the patch where I marked the macro as deprecated.
  • Loading branch information
ldionne committed Jan 16, 2024
1 parent 4a87db6 commit 8803112
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcxx/docs/UsingLibcxx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ C++20 Specific Configuration Macros
This macro is used to re-enable redundant members of `allocator<T>`,
including `pointer`, `reference`, `rebind`, `address`, `max_size`,
`construct`, `destroy`, and the two-argument overload of `allocate`.
This macro has been deprecated and will be removed in LLVM-19.

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

0 comments on commit 8803112

Please sign in to comment.