new7시간 전· 1 sources

Type Punning in C and C++

Why it matters

Type Punning in C and C++ I had a bug that took me a while to track down. The problem was type punning. A pointer cast worked fine at -O0 and silently broke at -O2 . The C vs C++ distinction here is g...

1
Sources
+1
24h
Growth
1d
Active

Sources

Related Issues