$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Philippe A. Bouchard (philippeb_at_[hidden])
Date: 2002-08-12 12:43:37
> The standard doesn't guarantee that the offset calculated from a given
> static_cast will work again, given the same source and target types.
> Actually doing the static_cast is the only portable way to find the Base*
> from a Derived*. Indirection through a function pointer which does the
> static_cast might be an option.
You mean a container of function pointers (s_rectify) (?)?
Philippe A. Bouchard