Skip to content

Local definition of "char-like type" from Clause 21 referenced in Cla… #521

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/regex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

\pnum
The following subclauses describe a basic regular expression class template and its
traits that can handle char-like template arguments,
traits that can handle char-like~(\ref{strings.general}) template arguments,
two specializations of this class template that handle sequences of \tcode{char} and \tcode{wchar_t},
a class template that holds the
result of a regular expression match, a series of algorithms that allow a character
Expand Down
2 changes: 1 addition & 1 deletion source/strings.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
\pnum
This Clause describes components for manipulating sequences of
any non-array POD~(\ref{basic.types}) type.
In this Clause such types are called \term{char-like types},\indextext{char-like type}
Such types are called \term{char-like types},\indextext{char-like type}
and objects of
char-like types are called \term{char-like objects}\indextext{char-like object} or
simply \term{characters}.
Expand Down