Skip to content

Commit c261743

Browse files
authored
[depr.default.allocator] Index allocator::is_always_equal here (#5152)
LWG3170 deprecated `allocator::is_always_equal`. We moved it to Annex D, but left the index entry behind.
1 parent 7a09ddd commit c261743

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

source/future.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1319,6 +1319,7 @@
13191319
The following member is defined in addition to those
13201320
specified in \ref{default.allocator}:
13211321

1322+
\indexlibrarymember{is_always_equal}{allocator}%
13221323
\begin{codeblock}
13231324
namespace std {
13241325
template<class T> class allocator {

source/utilities.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8700,7 +8700,6 @@
87008700
\indexlibrarymember{size_type}{allocator}%
87018701
\indexlibrarymember{difference_type}{allocator}%
87028702
\indexlibrarymember{propagate_on_container_move_assignment}{allocator}%
8703-
\indexlibrarymember{is_always_equal}{allocator}%
87048703
\indexlibrarymember{operator=}{allocator}%
87058704
\begin{codeblock}
87068705
namespace std {

0 commit comments

Comments
 (0)