From Jason Turner

[locale.ctype.byname]

Diff to HTML by rtfpessoa

tmp/tmpzev7oqvi/{from.md → to.md} RENAMED
@@ -1,13 +1,13 @@
1
- #### Class template `ctype_byname` <a id="locale.ctype.byname">[[locale.ctype.byname]]</a>
2
 
3
  ``` cpp
4
  namespace std {
5
  template<class charT>
6
  class ctype_byname : public ctype<charT> {
7
  public:
8
- using mask = typename ctype<charT>::mask;
9
  explicit ctype_byname(const char*, size_t refs = 0);
10
  explicit ctype_byname(const string&, size_t refs = 0);
11
 
12
  protected:
13
  ~ctype_byname();
 
1
+ ##### Class template `ctype_byname` <a id="locale.ctype.byname">[[locale.ctype.byname]]</a>
2
 
3
  ``` cpp
4
  namespace std {
5
  template<class charT>
6
  class ctype_byname : public ctype<charT> {
7
  public:
8
+ using mask = ctype<charT>::mask;
9
  explicit ctype_byname(const char*, size_t refs = 0);
10
  explicit ctype_byname(const string&, size_t refs = 0);
11
 
12
  protected:
13
  ~ctype_byname();