[C++-sig] A little "Pure virtual function called" help...

David Abrahams dave at boost-consulting.com
Mon Oct 9 21:23:23 CEST 2006


"Allen Bierbaum" <abierbaum at gmail.com> writes:

> I have a rather frustrating problem in a binding I am trying to
> extend.  It is inside a rather complex binding that is partially
> described here:
> http://thread.gmane.org/gmane.comp.python.c++/10125/focus=10125
>
> It is complex because I am using custom smart pointers and it is
> wrapping a very large library so coming up with a small test case has
> been difficult.  In fact the small from scratch test case I created
> worked which was surprising.

Just progressively reduce the case that fails until it stops failing
or you find the problem.  If you do the reduction using a binary
search you'll be there in no time.

-- 
Dave Abrahams
Boost Consulting
www.boost-consulting.com




More information about the Cplusplus-sig mailing list