|
|
|
|
|
by mihai_ionic
4368 days ago
|
|
According to the C++11 standard, the compiler may assume that any loop terminates, so unless you mark ring_bell as [[noreturn]], the code will be assumed reachable. Furthermore, when undefined behaviour is invoked anywhere within a program, the whole program is undefined. |
|