Skip to content

Commit

Permalink
Add cross-references for iterator categories.
Browse files Browse the repository at this point in the history
Fix typeface and capitalization.
  • Loading branch information
jwakely committed Jan 20, 2012
1 parent c38012e commit 09ceb10
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions source/regex.tex
Expand Up @@ -111,15 +111,15 @@
type \tcode{charT}; \tcode{u} is an object of
type \tcode{X}; \tcode{v} is an object of type \tcode{const
X}; \tcode{p} is a value of type \tcode{const charT*}; \tcode{I1}
and \tcode{I2} are Input Iterators;
\tcode{F1} and \tcode{F2} are forward iterators;
and \tcode{I2} are input iterators~(\ref{input.iterators});
\tcode{F1} and \tcode{F2} are forward iterators~(\ref{forward.iterators});
\tcode{c} is a value of type \tcode{const charT};
\tcode{s} is an object of type \tcode{X::string_type};
\tcode{cs} is an object of type \tcode{const X::string_type};
\tcode{b} is a value of type \tcode{bool};
\tcode{I} is a value of type \tcode{int};
\tcode{cl} is an object of type \tcode{X::char_class_type},
and loc is an object of type \tcode{X::locale_type}.
and \tcode{loc} is an object of type \tcode{X::locale_type}.

\begin{libreqtab3}
{Regular expression traits class requirements}
Expand Down Expand Up @@ -246,7 +246,7 @@
\enternote
Class template \tcode{regex_traits} satisfies the requirements for a
regular expression traits class when it is specialized for
\tcode{char} or \tcode{wchar_t}. This Class template is described in
\tcode{char} or \tcode{wchar_t}. This class template is described in
the header \tcode{<regex>}, and is described in Clause~\ref{re.traits}.
\exitnote

Expand Down

0 comments on commit 09ceb10

Please sign in to comment.