From Jason Turner

[locale.numpunct.byname]

Diff to HTML by rtfpessoa

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