$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (alexy_at_[hidden])
Date: 2001-11-23 12:55:06
Peter Dimov wrote:
> It should - and on a real compiler, it does. On MSVC, you
> need to use the other syntax:
>
> boost::bind<std::string>(to_string(),
> boost::bind(&something::id, _1))(s);
Thanks, it works!
> This looks like a good candidate for a FAQ entry.
Yeah, it would be nice to have it documented somewhere :).
-- Aleksey