5 Aug
2010
5 Aug
'10
10:40 a.m.
On 3 Aug 2010, at 15:35, Wolfram Brenig wrote:
Hi,
as a casual/newbie boost-user I'm trying to come to grips with why/when nested functional composition with boost::bind might be of help - following Karlsson's book, in its fifth printing.
You are not comparing like with like in your example, the compiler is over optimising.
I tried comparing these functions:
void f1(vector<int>& v)
{
for(int i=0;i