Boost logo

Boost Users :

From: James Sutherland (James.Sutherland_at_[hidden])
Date: 2008-07-11 19:43:40


> It seems that the line of code:
>> boost::function< double() > func1(f), func2(f);
> is redundant with
>> F0arg f = bind(protect(_1*_2), x1, x2);
> isn't it? (Clearly not, since it compiles while the earlier version
> did not)

Scratch that - temporary insanity. I now understand what you are doing.
Thank you!
James


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net