Boost logo

Boost :

From: Steven Watanabe (steven_at_[hidden])
Date: 2007-11-09 19:31:36


AMDG

Ormond, Randy <Randy.Ormond <at> mdnt.com> writes:

>
> Jeff,
>
> Thanks for the quick reply.
>
> But I don't see the recursion. Is MyClass::f() somehow the same as
> MyClass::SomeFunc() ?
>

I don't see any recursion either. Does the simple example segfault?
Can you post a *complete* program?

Do these two variations segfault?

this->MyClass::f();
boost::bind(&MyClass::f, this)()

In Christ,
Steven Watanabe


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk