From Jason Turner

[ostream.inserters.arithmetic]

Diff to HTML by rtfpessoa

tmp/tmpg5eyv0d0/{from.md → to.md} RENAMED
@@ -79,12 +79,12 @@ bool failed = use_facet<
79
  The first argument provides an object of the `ostreambuf_iterator<>`
80
  class which is an iterator for class `basic_ostream<>`. It bypasses
81
  `ostream`s and uses `streambuf`s directly. Class `locale` relies on
82
  these types as its interface to iostreams, since for flexibility it has
83
  been abstracted away from direct dependence on `ostream`. The second
84
- parameter is a reference to the base subobject of type `ios_base`. It
85
- provides formatting specifications such as field width, and a locale
86
  from which to obtain other facets. If `failed` is `true` then does
87
  `setstate(badbit)`, which may throw an exception, and returns.
88
 
89
  *Returns:* `*this`.
90
 
 
79
  The first argument provides an object of the `ostreambuf_iterator<>`
80
  class which is an iterator for class `basic_ostream<>`. It bypasses
81
  `ostream`s and uses `streambuf`s directly. Class `locale` relies on
82
  these types as its interface to iostreams, since for flexibility it has
83
  been abstracted away from direct dependence on `ostream`. The second
84
+ parameter is a reference to the base class subobject of type `ios_base`.
85
+ It provides formatting specifications such as field width, and a locale
86
  from which to obtain other facets. If `failed` is `true` then does
87
  `setstate(badbit)`, which may throw an exception, and returns.
88
 
89
  *Returns:* `*this`.
90