Thanks very much!
Although I cannot find any source explicitly confirming it, not only the char pointer, but also the void pointer is excepted from the strict aliasing rule?! Otherwise casting void* to int* would also be invalid.
Paul
Thanks very much!
Although I cannot find any source explicitly confirming it, not only the char pointer, but also the void pointer is excepted from the strict aliasing rule?! Otherwise casting void* to int* would also be invalid.
Paul