Skip to content

Commit 9ed3d36

Browse files
cpplearnertkoeppe
authored andcommitted
[re] Replace \colcol with :: and remove extraneous whitespace. (#1358)
1 parent 8cae1d8 commit 9ed3d36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/regex.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,7 +1118,7 @@
11181118
\pnum\effects If \tcode{typeid(use_facet<collate<charT>>)
11191119
== typeid(collate_byname<charT>)}
11201120
and the form of the sort key returned
1121-
by \tcode{collate_byname<charT> \colcol transform(first, last)} is known and
1121+
by \tcode{collate_byname<charT>::transform(first, last)} is known and
11221122
can be converted into a primary sort key then returns that key,
11231123
otherwise returns an empty string.
11241124
\end{itemdescr}
@@ -3640,7 +3640,7 @@
36403640
\pnum
36413641
\indexlibrary{\idxcode{match_prev_avail}}%
36423642
If the most recent match was not a zero-length match, the operator sets
3643-
\tcode{flags} to \tcode{flags | regex_constants \colcol match_prev_avail} and
3643+
\tcode{flags} to \tcode{flags | regex_constants::match_prev_avail} and
36443644
calls \tcode{regex_search(start, end, match, *pregex, flags)}. If the call returns
36453645
\tcode{false} the iterator sets \tcode{*this} to the end-of-sequence iterator. The
36463646
iterator then returns \tcode{*this}.
@@ -4163,8 +4163,8 @@
41634163
\item During matching of a regular expression finite state machine
41644164
against a sequence of characters, comparison of a collating element
41654165
range \tcode{c1-c2} against a character \tcode{c} is
4166-
conducted as follows: if \tcode{flags() \& regex_constants \colcol
4167-
collate} is false then the character \tcode{c} is matched if \tcode{c1
4166+
conducted as follows: if \tcode{flags() \& regex_constants::collate}
4167+
is false then the character \tcode{c} is matched if \tcode{c1
41684168
<= c \&\& c <= c2}, otherwise \tcode{c} is matched in
41694169
accordance with the following algorithm:
41704170

0 commit comments

Comments
 (0)