From Jason Turner

[category.numeric]

Diff to HTML by rtfpessoa

tmp/tmps8y5pbw0/{from.md → to.md} RENAMED
@@ -592,12 +592,12 @@ iter_type do_put(iter_type out, ios_base& str, char_type fill,
592
  `do_put(out, str, fill,`
593
  `(int)val)`, otherwise obtains a string `s` as if by
594
 
595
  ``` cpp
596
  string_type s =
597
- val ? use_facet<ctype<charT> >(loc).truename()
598
- : use_facet<ctype<charT> >(loc).falsename();
599
  ```
600
 
601
  and then inserts each character `c` of `s` into `out` via `*out++ = c`
602
  and returns `out`.
603
 
 
592
  `do_put(out, str, fill,`
593
  `(int)val)`, otherwise obtains a string `s` as if by
594
 
595
  ``` cpp
596
  string_type s =
597
+ val ? use_facet<numpunct<charT>>(loc).truename()
598
+ : use_facet<numpunct<charT>>(loc).falsename();
599
  ```
600
 
601
  and then inserts each character `c` of `s` into `out` via `*out++ = c`
602
  and returns `out`.
603