|
|
|
|
|
by steveklabnik
31 days ago
|
|
“Undefined behavior” is a term of art in programming languages that means something more specific than “the program may do something odd.” The compiler is not allowed to derive any assumptions from it. It only could if it were UB. |
|