|
2726 | 2726 | \pnum
|
2727 | 2727 | A type \tcode{X} meets the \defnadj{associative}{container} requirements
|
2728 | 2728 | if \tcode{X} meets all the requirements of an allocator-aware
|
2729 |
| -container\iref{container.reqmts} and |
| 2729 | +container\iref{container.alloc.reqmts} and |
2730 | 2730 | the following types, statements, and expressions are well-formed and
|
2731 | 2731 | have the specified semantics,
|
2732 | 2732 | except that for
|
2733 | 2733 | \tcode{map} and \tcode{multimap}, the requirements placed on \tcode{value_type}
|
2734 |
| -in \ref{container.alloc.reqmts} apply instead to \tcode{key_type} |
| 2734 | +in \ref{container.reqmts} apply instead to \tcode{key_type} |
2735 | 2735 | and \tcode{mapped_type}.
|
2736 | 2736 | \begin{note}
|
2737 | 2737 | For example, in some cases \tcode{key_type} and \tcode{mapped_type}
|
|
4225 | 4225 | A type \tcode{X} meets
|
4226 | 4226 | the \defnadj{unordered associative}{container} requirements
|
4227 | 4227 | if \tcode{X} meets all the requirements of
|
4228 |
| -an allocator-aware container\iref{container.reqmts} and |
| 4228 | +an allocator-aware container\iref{container.alloc.reqmts} and |
4229 | 4229 | the following types, statements, and expressions are well-formed and
|
4230 | 4230 | have the specified semantics,
|
4231 | 4231 | except that for \tcode{unordered_map} and \tcode{unordered_multimap},
|
4232 |
| -the requirements placed on \tcode{value_type} in \ref{container.alloc.reqmts} |
| 4232 | +the requirements placed on \tcode{value_type} in \ref{container.reqmts} |
4233 | 4233 | apply instead to \tcode{key_type} and \tcode{mapped_type}.
|
4234 | 4234 | \begin{note}
|
4235 | 4235 | For example, \tcode{key_type} and \tcode{mapped_type}
|
|
0 commit comments