Skip to content

Commit d09a77e

Browse files
jwakelytkoeppe
authored andcommitted
[re.results.general, string.cons] Fix references to container reqmts
[re.results.general] should refer to [container.alloc.reqmts] for an allocator-aware container, [strings.cons] should refer to sequence container requirements.
1 parent a636f55 commit d09a77e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/regex.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@
21322132
\indextext{requirements!sequence}%
21332133
The class template \tcode{match_results} meets the requirements of an
21342134
allocator-aware container and of
2135-
a sequence container\iref{container.requirements.general,sequence.reqmts}
2135+
a sequence container\iref{container.alloc.reqmts,sequence.reqmts}
21362136
except that only
21372137
copy assignment,
21382138
move assignment, and

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2725,7 +2725,7 @@
27252725
\begin{itemdescr}
27262726
\pnum
27272727
\effects
2728-
Move assigns as a sequence container\iref{container.requirements},
2728+
Move assigns as a sequence container\iref{sequence.reqmts},
27292729
except that iterators, pointers and references may be invalidated.
27302730

27312731
\pnum

0 commit comments

Comments
 (0)