$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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