From Jason Turner

[locale.syn]

Diff to HTML by rtfpessoa

tmp/tmpdu33icrm/{from.md → to.md} RENAMED
@@ -17,10 +17,11 @@ namespace std {
17
  template <class charT> bool isdigit (charT c, const locale& loc);
18
  template <class charT> bool ispunct (charT c, const locale& loc);
19
  template <class charT> bool isxdigit(charT c, const locale& loc);
20
  template <class charT> bool isalnum (charT c, const locale& loc);
21
  template <class charT> bool isgraph (charT c, const locale& loc);
 
22
  template <class charT> charT toupper(charT c, const locale& loc);
23
  template <class charT> charT tolower(charT c, const locale& loc);
24
  template <class Codecvt, class Elem = wchar_t,
25
  class Wide_alloc = std::allocator<Elem>,
26
  class Byte_alloc = std::allocator<char> > class wstring_convert;
@@ -48,21 +49,21 @@ namespace std {
48
 
49
  // [category.time], date and time:
50
  class time_base;
51
  template <class charT, class InputIterator = istreambuf_iterator<charT> >
52
  class time_get;
53
- template <class charT, class InputIterator> = istreambuf_iterator<charT> >
54
  class time_get_byname;
55
- template <class charT, class OutputIterator> = ostreambuf_iterator<charT> >
56
  class time_put;
57
- template <class charT, class OutputIterator> = ostreambuf_iterator<charT> >
58
  class time_put_byname;
59
 
60
  // [category.monetary], money:
61
  class money_base;
62
- template <class charT, class InputIterator = istreambuf_iterator<charT> > > class money_get;
63
- template <class charT, class OutputIterator = ostreambuf_iterator<charT> > > class money_put;
64
  template <class charT, bool Intl = false> class moneypunct;
65
  template <class charT, bool Intl = false> class moneypunct_byname;
66
 
67
  // [category.messages], message retrieval:
68
  class messages_base;
 
17
  template <class charT> bool isdigit (charT c, const locale& loc);
18
  template <class charT> bool ispunct (charT c, const locale& loc);
19
  template <class charT> bool isxdigit(charT c, const locale& loc);
20
  template <class charT> bool isalnum (charT c, const locale& loc);
21
  template <class charT> bool isgraph (charT c, const locale& loc);
22
+ template <class charT> bool isblank (charT c, const locale& loc);
23
  template <class charT> charT toupper(charT c, const locale& loc);
24
  template <class charT> charT tolower(charT c, const locale& loc);
25
  template <class Codecvt, class Elem = wchar_t,
26
  class Wide_alloc = std::allocator<Elem>,
27
  class Byte_alloc = std::allocator<char> > class wstring_convert;
 
49
 
50
  // [category.time], date and time:
51
  class time_base;
52
  template <class charT, class InputIterator = istreambuf_iterator<charT> >
53
  class time_get;
54
+ template <class charT, class InputIterator = istreambuf_iterator<charT> >
55
  class time_get_byname;
56
+ template <class charT, class OutputIterator = ostreambuf_iterator<charT> >
57
  class time_put;
58
+ template <class charT, class OutputIterator = ostreambuf_iterator<charT> >
59
  class time_put_byname;
60
 
61
  // [category.monetary], money:
62
  class money_base;
63
+ template <class charT, class InputIterator = istreambuf_iterator<charT> > class money_get;
64
+ template <class charT, class OutputIterator = ostreambuf_iterator<charT> > class money_put;
65
  template <class charT, bool Intl = false> class moneypunct;
66
  template <class charT, bool Intl = false> class moneypunct_byname;
67
 
68
  // [category.messages], message retrieval:
69
  class messages_base;