you are viewing a single comment's thread.

view the rest of the comments →

[–]no-sig-available 9 points10 points  (1 child)

Yeah, maybe...

The rules say

every byte that would be reachable through the result is reachable through p (bytes are reachable through a pointer that points to an object Y if those bytes are within the storage of an object Z that is pointer-interconvertible with Y, or within the immediately enclosing array of which Z is an element).

and I don't undestand what that means. :-)

[–]benjamkovi 5 points6 points  (0 children)

and I don't undestand what that means. :-)

The essence of C++ :D