
20 Mar
2007
20 Mar
'07
8:44 p.m.
On 3/20/07, shunsuke <pstade.mb@gmail.com> wrote:
In fact, this code works without that patch using something like this: http://tinyurl.com/2xw4s2
This is a good way to work around the problem in boost user level code. I'm going to be using specialization of result_of for lambda_functor in my code for BOOST_VERSION < 103500, assuming this is fixed for 1.35.
2) Boost.Lambda instructs users to expose a template sig<tuple<ARG1, ..., ARGN>, and it also uses this convention internally.
How about introduce a converter function like this?: http://tinyurl.com/2f5hn6
That's another good idea.
Anyway I'm hoping your work will make lambda support result_of!
Me too. Thanks!