Skip to content

Commit fd4488e

Browse files
burblebeetkoeppe
authored andcommitted
LWG4186 regex_traits::transform_primary mistakenly detects typeid of a function
1 parent 3187371 commit fd4488e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/text.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -10106,7 +10106,7 @@
1010610106
\effects
1010710107
If
1010810108
\begin{codeblock}
10109-
typeid(use_facet<collate<charT>>) == typeid(collate_byname<charT>)
10109+
typeid(use_facet<collate<charT>>(getloc())) == typeid(collate_byname<charT>)
1011010110
\end{codeblock}
1011110111
and the form of the sort key returned
1011210112
by \tcode{collate_byname<charT>::transform(first, last)} is known and

0 commit comments

Comments
 (0)