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.
1 parent d7a4f8f commit a8d9618Copy full SHA for a8d9618
source/iostreams.tex
@@ -2052,7 +2052,7 @@
2052
\begin{itemdescr}
2053
\pnum
2054
\returns
2055
-\tcode{use_facet<ctype<char_type>>(getloc()).narrow(c, dfault)}
+\tcode{use_facet<ctype<char_type>>(getloc()).narrow(c, dfault)}.
2056
\end{itemdescr}
2057
2058
\indexlibrarymember{widen}{basic_ios}%
@@ -2063,7 +2063,7 @@
2063
2064
2065
2066
-\tcode{use_facet<ctype<char_type>>(getloc()).widen(c)}
+\tcode{use_facet<ctype<char_type>>(getloc()).widen(c)}.
2067
2068
2069
\indexlibrarymember{fill}{basic_ios}%
0 commit comments