$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-09-05 14:39:57
David Abrahams wrote:
> Why mess around? You don't need to use a void*; just use a
> void(X::*)(void) for any X. Round-trip reinterpret_cast is
> guaranteed to work.
Thanks, good idea.
B.