|
|
|
|
|
by noselasd
3460 days ago
|
|
Not at all - that would be implementation defined behavior. These days, compilers quite often speculate on undefined behavior, generating code as if the undefined part cannot happen - the result is that your code is going to do stuff you pretty much can not know or expect. |
|