[C++-sig] Re: private copy constructor with callback from c++

David Abrahams dave at boost-consulting.com
Fri Mar 5 17:13:39 CET 2004


"Holger Joukl" <Holger.Joukl at LBBW.de> writes:

> Now the problem seems to me that the TibrvListener class (inheriting
> from TibrvEvent), has a private copy constructor.  This results in a
> core dump when performing the call.

I think you've mis-diagnosed the problem.  There's basically no way
the accessibility of the copy ctor can have an effect on runtime
behavior.

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





More information about the Cplusplus-sig mailing list