$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-01-25 06:39:50
> > As this was the source of the compiler error. Is there a better work
> > around?
>
> No, this is it - at the moment. You shouldn't need many of these,
hopefully.
Actually another workaround is to redefine obj_base::method in obj as well
as a simple forwarding function, if you can live with the performance.
I'm working on a fix.