| ▲ | Joker_vD 9 hours ago | |
Well, with C language it's pretty much the same. You are supposed to "just" never write (or rather, most of the time, to just not execute) anything that is UB. And lots and lots of people to this day continue to believe that can do this (most of the time, they're wrong). | ||
| ▲ | eqvinox 8 hours ago | parent [-] | |
UB (specified to be undefined) and 'plain' unspecified are not the same thing. | ||