On 22/09/2010 20:43, David Abrahams wrote:
static_cast through void*, please. That has defined behavior
AFAIK, not if you don't cast back to exactly the same type that was
converted to void*.
, whereas reinterpret_cast is only implementation-defined.