Skip to content

Commit ed874b4

Browse files
committed
Merge pull request #521 from stbergmann/char-like
[strings.general], [re.general] The term "char-like type" is used in two clauses, so stop suggesting in [strings.general] that it is scoped to that single clause.
2 parents 8efdafb + f4efabd commit ed874b4

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
@@ -12,7 +12,7 @@
1212

1313
\pnum
1414
The following subclauses describe a basic regular expression class template and its
15-
traits that can handle char-like template arguments,
15+
traits that can handle char-like~(\ref{strings.general}) template arguments,
1616
two specializations of this class template that handle sequences of \tcode{char} and \tcode{wchar_t},
1717
a class template that holds the
1818
result of a regular expression match, a series of algorithms that allow a character

source/strings.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
\pnum
77
This Clause describes components for manipulating sequences of
88
any non-array POD~(\ref{basic.types}) type.
9-
In this Clause such types are called \term{char-like types},\indextext{char-like type}
9+
Such types are called \term{char-like types},\indextext{char-like type}
1010
and objects of
1111
char-like types are called \term{char-like objects}\indextext{char-like object} or
1212
simply \term{characters}.

0 commit comments

Comments
 (0)