Skip to content

Commit 19f1998

Browse files
author
Dawn Perchik
committed
[re.results] Add missing reference (#201)
Fixes #201.
1 parent 8e98a59 commit 19f1998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/regex.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -2571,7 +2571,8 @@
25712571
\indextext{\idxcode{match_results}!as sequence}%
25722572
The class template \tcode{match_results} satisfies the requirements of an
25732573
allocator-aware container and of a sequence container, as specified
2574-
in~\ref{sequence.reqmts}, except that only operations defined for const-qualified
2574+
in \ref{container.requirements.general} and \ref{sequence.reqmts} respectively,
2575+
except that only operations defined for const-qualified
25752576
sequence containers are supported.
25762577

25772578
\pnum

0 commit comments

Comments
 (0)