Menu
NEWBEDEV
Python
Javascript
Linux
Cheat sheet
NEWBEDEV
Python 1
Javascript
Linux
Cheat sheet
Contact
New posts in Undefined Behavior
Setting extra bits in a bool makes it true and false at the same time
Apr 17, 2021
Infinite loop vs infinite recursion. Are both undefined?
Apr 17, 2021
Do std::min(0.0, 1.0) and std::max(0.0, 1.0) yield undefined behavior?
Apr 17, 2021
Zero-cost properties with data member syntax
Apr 17, 2021
Is it allowed to cast away const on a const-defined object as long as it is not actually modified?
Apr 17, 2021
Is temporary object originally const?
Apr 17, 2021
Does the C++ standard allow for an uninitialized bool to crash a program?
Apr 17, 2021
Is it OK to make a placement new on memory managed by a smart pointer?
Apr 17, 2021
Does comparing a pointer that has been free'd invoke UB?
Apr 17, 2021
Is the following C union access pattern undefined behavior?
Apr 17, 2021
« Newer Entries
Older Entries »