$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: shunsuke (pstade.mb_at_[hidden])
Date: 2007-12-21 13:39:48
John Torjo wrote:
> Hi all,
>
> I've extended the review until Sunday (inclusive). I'm hoping for more reviews. So far, we've had only two.
> If you are interested in the library (you should be :)), please take some time to review it. This
> is the info you need to do a review on:
>
> *Description*
>
> Factories are callback mechanisms for constructors, so we provide two
> function objects, boost::value_factory and boost::factory, that
> encasulate object construction through direct application of the
> constructor or operator new, respectively. These templates make other
> facilities that operate on function objects (such as standard
> algorithms, Boost.Bind, Boost.Function, or Fusion functional adapters)
> applicable to constructors.
Is there any difference to lambda::constructor/new_ptr?
Regards,
-- Shunsuke Sogame