this post was submitted on 08 Nov 2023
5 points (77.8% liked)

C++

1755 readers
1 users here now

The center for all discussion and news regarding C++.

Rules

founded 1 year ago
MODERATORS
 

An excellent talk by Timur about type punning, the UB weirdness that accompanies it and attempts at doing something similar with modern C++ without UB (which led to std::bit_cast and other proposals) while revisiting notions like aliasing and alignment.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here