From Jason Turner

[locale.nm.put]

Diff to HTML by rtfpessoa

tmp/tmp9nr7s7j0/{from.md → to.md} RENAMED
@@ -276,12 +276,12 @@ iter_type do_put(iter_type out, ios_base& str, char_type fill,
276
  `do_put(out, str, fill,`
277
  `(int)val)`, otherwise obtains a string `s` as if by
278
 
279
  ``` cpp
280
  string_type s =
281
- val ? use_facet<ctype<charT> >(loc).truename()
282
- : use_facet<ctype<charT> >(loc).falsename();
283
  ```
284
 
285
  and then inserts each character `c` of `s` into `out` via `*out++ = c`
286
  and returns `out`.
287
 
 
276
  `do_put(out, str, fill,`
277
  `(int)val)`, otherwise obtains a string `s` as if by
278
 
279
  ``` cpp
280
  string_type s =
281
+ val ? use_facet<numpunct<charT>>(loc).truename()
282
+ : use_facet<numpunct<charT>>(loc).falsename();
283
  ```
284
 
285
  and then inserts each character `c` of `s` into `out` via `*out++ = c`
286
  and returns `out`.
287