tmp/tmpidfyq_5_/{from.md → to.md}
RENAMED
|
@@ -26,11 +26,11 @@ An evaluation is *signal-safe* unless it includes one of the following:
|
|
| 26 |
- an access to an object with thread storage duration;
|
| 27 |
- a `dynamic_cast` expression;
|
| 28 |
- throwing of an exception;
|
| 29 |
- control entering a *try-block* or *function-try-block*;
|
| 30 |
- initialization of a variable with static storage duration requiring
|
| 31 |
-
dynamic initialization [[basic.start.dynamic]], [[stmt.dcl]][^
|
| 32 |
- waiting for the completion of the initialization of a variable with
|
| 33 |
static storage duration [[stmt.dcl]].
|
| 34 |
|
| 35 |
A signal handler invocation has undefined behavior if it includes an
|
| 36 |
evaluation that is not signal-safe.
|
|
|
|
| 26 |
- an access to an object with thread storage duration;
|
| 27 |
- a `dynamic_cast` expression;
|
| 28 |
- throwing of an exception;
|
| 29 |
- control entering a *try-block* or *function-try-block*;
|
| 30 |
- initialization of a variable with static storage duration requiring
|
| 31 |
+
dynamic initialization [[basic.start.dynamic]], [[stmt.dcl]][^33] ; or
|
| 32 |
- waiting for the completion of the initialization of a variable with
|
| 33 |
static storage duration [[stmt.dcl]].
|
| 34 |
|
| 35 |
A signal handler invocation has undefined behavior if it includes an
|
| 36 |
evaluation that is not signal-safe.
|