From Jason Turner

[iostream.limits.imbue]

Diff to HTML by rtfpessoa

tmp/tmptcvp9i5t/{from.md → to.md} RENAMED
@@ -1,9 +1,9 @@
1
  ### Imbue limitations <a id="iostream.limits.imbue">[[iostream.limits.imbue]]</a>
2
 
3
- No function described in Clause  [[input.output]] except for
4
- `ios_base::imbue` and `basic_filebuf::pubimbue` causes any instance of
5
- `basic_ios::imbue` or `basic_streambuf::imbue` to be called. If any user
6
- function called from a function declared in Clause  [[input.output]] or
7
- as an overriding virtual function of any class declared in Clause 
8
- [[input.output]] calls `imbue`, the behavior is undefined.
9
 
 
1
  ### Imbue limitations <a id="iostream.limits.imbue">[[iostream.limits.imbue]]</a>
2
 
3
+ No function described in [[input.output]] except for `ios_base::imbue`
4
+ and `basic_filebuf::pubimbue` causes any instance of `basic_ios::imbue`
5
+ or `basic_streambuf::imbue` to be called. If any user function called
6
+ from a function declared in [[input.output]] or as an overriding virtual
7
+ function of any class declared in [[input.output]] calls `imbue`, the
8
+ behavior is undefined.
9