tmp/tmpfi0wf7ub/{from.md → to.md}
RENAMED
|
@@ -6,13 +6,13 @@ C++ standard library depends on components supplied by a C++ program. If
|
|
| 6 |
these components do not meet their requirements, this document places no
|
| 7 |
requirements on the implementation.
|
| 8 |
|
| 9 |
In particular, the behavior is undefined in the following cases:
|
| 10 |
|
| 11 |
-
- For replacement functions [[
|
| 12 |
-
function does not implement the semantics of the
|
| 13 |
-
behavior:* paragraph.
|
| 14 |
- For handler functions [[new.handler]], [[terminate.handler]], if the
|
| 15 |
installed handler function does not implement the semantics of the
|
| 16 |
applicable *Required behavior:* paragraph.
|
| 17 |
- For types used as template arguments when instantiating a template
|
| 18 |
component, if the operations on the type do not implement the
|
|
|
|
| 6 |
these components do not meet their requirements, this document places no
|
| 7 |
requirements on the implementation.
|
| 8 |
|
| 9 |
In particular, the behavior is undefined in the following cases:
|
| 10 |
|
| 11 |
+
- For replacement functions [[replacement.functions]], if the installed
|
| 12 |
+
replacement function does not implement the semantics of the
|
| 13 |
+
applicable *Required behavior:* paragraph.
|
| 14 |
- For handler functions [[new.handler]], [[terminate.handler]], if the
|
| 15 |
installed handler function does not implement the semantics of the
|
| 16 |
applicable *Required behavior:* paragraph.
|
| 17 |
- For types used as template arguments when instantiating a template
|
| 18 |
component, if the operations on the type do not implement the
|