Remix.run Logo
gumby 6 hours ago

> for instance C and C++ leave signed integer wrap undefined

Not in C++29, and I think the big 3 compilers (gcc, clang, MS) will have squashed this long before that version is officially approved.

tialaramex 6 hours ago | parent [-]

> Not in C++29

C++ 29 doesn't yet exist. It'll be finalised in (as its name suggests) 2029. Are you referring to some proposal you think has been accepted? Or is this one of those "I have concepts of a proposal?" ideas where you confused wishful thinking with reality ?