From Jason Turner

[iomanip.syn]

Diff to HTML by rtfpessoa

tmp/tmptb0jqm0m/{from.md → to.md} RENAMED
@@ -4,11 +4,11 @@
4
  namespace std {
5
  // types T1, T2, ... are unspecified implementation types
6
  T1 resetiosflags(ios_base::fmtflags mask);
7
  T2 setiosflags (ios_base::fmtflags mask);
8
  T3 setbase(int base);
9
- template<charT> T4 setfill(charT c);
10
  T5 setprecision(int n);
11
  T6 setw(int n);
12
  template<class moneyT> T7 get_money(moneyT& mon, bool intl = false);
13
  template<class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
14
  template<class charT> T9 get_time(struct tm* tmb, const charT* fmt);
 
4
  namespace std {
5
  // types T1, T2, ... are unspecified implementation types
6
  T1 resetiosflags(ios_base::fmtflags mask);
7
  T2 setiosflags (ios_base::fmtflags mask);
8
  T3 setbase(int base);
9
+ template<class charT> T4 setfill(charT c);
10
  T5 setprecision(int n);
11
  T6 setw(int n);
12
  template<class moneyT> T7 get_money(moneyT& mon, bool intl = false);
13
  template<class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
14
  template<class charT> T9 get_time(struct tm* tmb, const charT* fmt);