$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2005-12-29 12:36:02
David A. Greene wrote:
>What's the best way to do this? typeof?
>
>
One option is boost::function, but that would require a bit of
refactoring, most likely, and would impose a runtime overhead.
Sebastian Redl