$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gabriel Dos Reis (gdr_at_[hidden])
Date: 2002-12-08 09:09:32
Gennaro Prota <gennaro_prota_at_[hidden]> writes:
[...]
| If void* is not a "pointer to an object" then reinterpret_cast<void*>
| is invalid. Otherwise it just yields an undefined result. I haven't
| found a definition of "pointer to object" in the standard; anyhow
| certainly void is not an object type.
void* is the generic type of "pointer to object."
-- Gaby