$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [boost-users][function] how to
From: Igor R (boost.lists_at_[hidden])
Date: 2009-01-19 12:37:54
Hello,
function<void(Base *)> funcB;
function <void(Derived *)> funcD;
Is it possible to convert somehow funcD --> funcB ?
Thanks.