Is a unique_ptr with custom de...


c++undefined-behaviorunique-ptr

Read More
Does C++23 guarantee std::laun...


c++compiler-optimizationundefined-behaviorc++23stdlaunder

Read More
In Rust, is it sound to do pla...


pointersrustlanguage-lawyerundefined-behavior

Read More
Near constant time rotate that...


c++bitwise-operatorsundefined-behaviorbit-shiftconstant-time

Read More
Is 'while(1);' undefin...


clanguage-lawyerinfinite-loopundefined-behavior

Read More
UB or not UB, concurrently ope...


rustconcurrencystaticsynchronizationundefined-behavior

Read More
why does the returning local v...


c++pointersundefined-behavior

Read More
Does the IOC (Implicitly Objec...


c++standardsundefined-behaviorlifetimec++23

Read More
Is it UB to skip the destructo...


c++undefined-behaviorlifetime

Read More
What's the best C++ way to...


c++portabilityundefined-behaviormultiplication

Read More
Does const char* alias with ch...


clanguage-lawyerundefined-behavior

Read More
Is use of uninitialized static...


c++initializationundefined-behavior

Read More
Is it safe to cast a struct po...


cstructundefined-behaviormemory-alignment

Read More
Why bind member function works...


c++c++17undefined-behavior

Read More
Why does this implementation o...


cundefined-behavior

Read More
Is reinterpret_cast between un...


c++language-lawyerundefined-behaviorreinterpret-casttype-punning

Read More
Why does flowing off the end o...


c++cgccg++undefined-behavior

Read More
Is it safe to modify std::stri...


c++undefined-behaviorstring-view

Read More
Union-based type punning and m...


c++cunionundefined-behaviortype-punning

Read More
What should happen when printi...


c++initializationundefined-behavior

Read More
Type representations and undef...


clanguage-lawyerundefined-behavior

Read More
Flexible array member issues w...


cundefined-behaviormemory-alignmentstrict-aliasingflexible-array-member

Read More
Is this use of c_str with exce...


c++exceptionc++14undefined-behaviorstack-unwinding

Read More
C++23 range-based for loop lif...


c++for-loopgeneratorundefined-behaviorc++23

Read More
Does start_lifetime_as forbid ...


c++language-lawyerundefined-behaviorlifetimetype-punning

Read More
Why does GCC sabotage intentio...


cgccundefined-behavior

Read More
Undefined, unspecified and imp...


c++cundefined-behaviorunspecified-behaviorimplementation-defined-behavior

Read More
Is dereferencing std::span::en...


c++iteratorlanguage-lawyerundefined-behaviorstd-span

Read More
Where in the standard to I rea...


c++language-lawyerindexoutofboundsexceptionundefined-behaviorstd

Read More
Getting a mutable element from...


c++setundefined-behaviormutableconst-cast

Read More