Re: [boost] bind-like functors

2002-11-12 Thread Douglas Gregor
On Tuesday 12 November 2002 08:43 am, Yitzhak Sapir wrote: > I would like to do a loop on all elements of a vector, and for each one > call some function. I'd like to attempt this function each time, even if > exceptions are thrown, and since I don't care about those exceptions I'd > like to wrap

[boost] bind-like functors

2002-11-12 Thread Yitzhak Sapir
I would like to do a loop on all elements of a vector, and for each one call some function. I'd like to attempt this function each time, even if exceptions are thrown, and since I don't care about those exceptions I'd like to wrap this in try{} catch(...) {} which I will refer to as an "exception