Skip to content

Commit f4efabd

Browse files
committed
Local definition of "char-like type" from Clause 21 referenced in Clause 28
...so drop "In this Clause" from the definition in [strings.general] and add a reference to the first use in [re.general]. See <https://groups.google.com/a/isocpp.org/forum/#!topic/std-discussion/dGc1exSnPps> "Local definition of "char-like type" from Clause 21 referenced in Clause 28" for a discussion of this (presumably editorial) issue.
1 parent f60466c commit f4efabd

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)