From Jason Turner

[locale.collate.byname]

Diff to HTML by rtfpessoa

tmp/tmpsbx5pc4l/{from.md → to.md} RENAMED
@@ -7,10 +7,11 @@ namespace std {
7
  public:
8
  using string_type = basic_string<charT>;
9
 
10
  explicit collate_byname(const char*, size_t refs = 0);
11
  explicit collate_byname(const string&, size_t refs = 0);
 
12
  protected:
13
  ~collate_byname();
14
  };
15
  }
16
  ```
 
7
  public:
8
  using string_type = basic_string<charT>;
9
 
10
  explicit collate_byname(const char*, size_t refs = 0);
11
  explicit collate_byname(const string&, size_t refs = 0);
12
+
13
  protected:
14
  ~collate_byname();
15
  };
16
  }
17
  ```