$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [bind] Request: use result_of instead of result_type for functors
From: Nathan Ridge (zeratul976_at_[hidden])
Date: 2013-02-06 17:51:31
> > Boost.Bind is a smaller, simpler library that pulls in less code and has
> > fewer dependencies. It also doesn't do anything that would require
> > decltype, or an emulation thereof (Boost.TypeOf).
> >
> > If Boost.Bind meets my needs (and std::bind is not available), I use it.
> >
>
> Thanks, makes sense, except I wasn't aware that Boost.Phoenix used any kind
> of decltype-like mechanism...
>
> - Jeff
Surely Boost.Phoenix.Bind doesn't *require* a decltype-like mechanism ifyou follow the result_of protocol, does it?
Regards,Nate