Re: [pygccxml-development] Removing copy constructor
Brought to you by:
mbaas,
roman_yakovenko
From: Benoit L. <ben...@mo...> - 2010-04-13 12:38:01
|
Roman Yakovenko wrote: > On Tue, Apr 13, 2010 at 3:11 PM, Benoit Leveau > <ben...@mo...> wrote: >> That's really interesting...I didn't know py++ was supposed to detect this >> case (when a class has a non-copyable member). > > :-) > > Take a look on: > > http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/unittests/data/noncopyable_to_be_exported.hpp?view=markup > http://pygccxml.svn.sourceforge.net/viewvc/pygccxml/pyplusplus_dev/unittests/noncopyable_tester.py?view=markup > > and the attached generated file > >> I'm going to try to reproduce >> your example, then i'll introduce my types...hopefully at some point I'll >> see what's causing the problem. >> I'll let you know what I can find. > > Cool. Thanks a lot! I'll try this in a few minutes.. I should have looked in the unit tests, I didn't think about it... |