Skip to content

Commit 6debd60

Browse files
dgrunwald-qttkoeppe
authored andcommitted
[iomanip.syn] Fix std::setfill() template declaration
1 parent c17b177 commit 6debd60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4105,7 +4105,7 @@
41054105
@\textit{T1}@ resetiosflags(ios_base::fmtflags mask);
41064106
@\textit{T2}@ setiosflags (ios_base::fmtflags mask);
41074107
@\textit{T3}@ setbase(int base);
4108-
template<charT> @\textit{T4}@ setfill(charT c);
4108+
template<class charT> @\textit{T4}@ setfill(charT c);
41094109
@\textit{T5}@ setprecision(int n);
41104110
@\textit{T6}@ setw(int n);
41114111
template <class moneyT> @\textit{T7}@ get_money(moneyT& mon, bool intl = false);

0 commit comments

Comments
 (0)