От: | 0xDEADBEEF | ||
Дата: | 02.07.09 12:43 | ||
Оценка: | +1 |
6.7/3:
It is possible to transfer into a block, but not in a way that bypasses declarations with initialization.
A program that jumps from a point where a local variable with automatic storage duration is not in scope to a
point where it is in scope is ill-formed unless the variable has POD type (3.9) and is declared without an
initializer (8.5).