tmp/tmpcb8s7q4l/{from.md → to.md}
RENAMED
|
@@ -8,13 +8,13 @@ type.
|
|
| 8 |
|
| 9 |
Functions from the C standard library shall not throw exceptions [^28]
|
| 10 |
except when such a function calls a program-supplied function that
|
| 11 |
throws an exception.[^29]
|
| 12 |
|
| 13 |
-
Destructor operations defined in the C++standard library shall not
|
| 14 |
-
exceptions. Every destructor in the C++standard library shall
|
| 15 |
-
if it had a non-throwing exception specification.
|
| 16 |
|
| 17 |
Functions defined in the C++ standard library that do not have a
|
| 18 |
*Throws:* paragraph but do have a potentially-throwing exception
|
| 19 |
specification may throw *implementation-defined* exceptions. [^30]
|
| 20 |
Implementations should report errors by throwing exceptions of or
|
|
|
|
| 8 |
|
| 9 |
Functions from the C standard library shall not throw exceptions [^28]
|
| 10 |
except when such a function calls a program-supplied function that
|
| 11 |
throws an exception.[^29]
|
| 12 |
|
| 13 |
+
Destructor operations defined in the C++ standard library shall not
|
| 14 |
+
throw exceptions. Every destructor in the C++ standard library shall
|
| 15 |
+
behave as if it had a non-throwing exception specification.
|
| 16 |
|
| 17 |
Functions defined in the C++ standard library that do not have a
|
| 18 |
*Throws:* paragraph but do have a potentially-throwing exception
|
| 19 |
specification may throw *implementation-defined* exceptions. [^30]
|
| 20 |
Implementations should report errors by throwing exceptions of or
|