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 c17b177 commit 6debd60Copy full SHA for 6debd60
source/iostreams.tex
@@ -4105,7 +4105,7 @@
4105
@\textit{T1}@ resetiosflags(ios_base::fmtflags mask);
4106
@\textit{T2}@ setiosflags (ios_base::fmtflags mask);
4107
@\textit{T3}@ setbase(int base);
4108
- template<charT> @\textit{T4}@ setfill(charT c);
+ template<class charT> @\textit{T4}@ setfill(charT c);
4109
@\textit{T5}@ setprecision(int n);
4110
@\textit{T6}@ setw(int n);
4111
template <class moneyT> @\textit{T7}@ get_money(moneyT& mon, bool intl = false);
0 commit comments