tmp/tmpzlu3e362/{from.md → to.md}
RENAMED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
### Error reporting <a id="format.err.report">[[format.err.report]]</a>
|
| 2 |
+
|
| 3 |
+
Formatting functions throw `format_error` if an argument `fmt` is passed
|
| 4 |
+
that is not a format string for `args`. They propagate exceptions thrown
|
| 5 |
+
by operations of `formatter` specializations and iterators. Failure to
|
| 6 |
+
allocate storage is reported by throwing an exception as described in
|
| 7 |
+
[[res.on.exception.handling]].
|
| 8 |
+
|