Y
Hacker News
new
|
ask
|
show
|
jobs
by
raluk
34 days ago
In C / C++ there are two kinds of undefined behaviour. One is where there is written in standard what UB is. Another one is everthing else that is not in standard.
2 comments
thaumasiotes
34 days ago
Technically, that's only one kind, because it's written in the standard that anything not mentioned in the standard is undefined behavior.
link
cepepe
34 days ago
One kind, but two different classes of undefined behaviour.
link
wiseowise
34 days ago
https://en.wikipedia.org/wiki/There_are_unknown_unknowns
link