We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
collate
1 parent 6f71835 commit d4439cfCopy full SHA for d4439cf
source/text.tex
@@ -1086,13 +1086,13 @@
1086
\begin{itemdescr}
1087
\pnum
1088
\effects
1089
-Compares two strings according to the \tcode{collate<charT>} facet.
+Compares two strings according to the \tcode{std::collate<charT>} facet.
1090
1091
1092
\returns
1093
\begin{codeblock}
1094
-use_facet<collate<charT>>(*this).compare(s1.data(), s1.data() + s1.size(),
1095
- s2.data(), s2.data() + s2.size()) < 0
+use_facet<std::collate<charT>>(*this).compare(s1.data(), s1.data() + s1.size(),
+ s2.data(), s2.data() + s2.size()) < 0
1096
\end{codeblock}
1097
1098
0 commit comments