On Tuesday, 28 November 2017 at 04:19:40 UTC, A Guy With an Opinion wrote:
On Tuesday, 28 November 2017 at 04:17:18 UTC, A Guy With an Opinion wrote:
[...]

Also, C and C++ didn't just have undefined behavior, sometimes it has inconsistent behavior. Sometimes int a; is actually set to 0.
It's only auto variables that are undefined. statics and code unit (aka globals) are defined.

Reply via email to