Is type-punning pointer-interconvertible types exempt from strict aliasing in C++23?
I’m trying to determine from the C++23 specification whether code such as the following is legal:
Is type-punning pointer-interconvertible types exempt from strict aliasing in C++23?
I’m trying to determine from the C++23 specification whether code such as the following is legal:
Is type-punning pointer-interconvertible types exempt from strict aliasing in C++23?
I’m trying to determine from the C++23 specification whether code such as the following is legal: