$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2005-08-16 22:01:46
"Hartmut Kaiser" <hartmut.kaiser_at_[hidden]> writes:
> Related your mentioning of incoming implicit conversions: where do you think
> these may take place? Do I miss something?
simple_future<int> f1 = bind(slow_fac, 4);
This won't work if the single-argument ctor for simple_future<int>
used here is marked explicit, so I conclude that it is not.
-- Dave Abrahams Boost Consulting www.boost-consulting.com