$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [lambda] instantiation in bind
From: Igor R (boost.lists_at_[hidden])
Date: 2009-07-21 03:57:13
Thanks to both of you!
The one thing I still don't understand is how comes that the virtual
function is called correctly (in case of non-abstract base) - the
error message looks like some object "slicing" should occur in this
binder, shouldn't it?