| ▲ | dmitrygr 3 hours ago | |
Without memcpy there is no guarantee that that line produces an invalid pointer I don’t see what spec part would prohibit that cast from validly compiling to
Spec only guaranteed round-trip through char* of properly aligned for type pointers. This doesn’t break that. | ||