$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jurko GospodnetiÄ (jurko.gospodnetic_at_[hidden])
Date: 2008-02-20 18:58:43
Hi Alexander.
> Is there any easy way to bind an explicit type conversion ?
Is the Boost Lambda library's ll_static_cast<> template what you are
looking for? Just use that with boost::lambda::bind() instead of
boost::bind().
See http://www.boost.org/doc/html/lambda/le_in_details.html#id1247769
for details...
Hope this helps.
Best regards,
Jurko GospodnetiÄ