On Tue, May 25, 2010 at 9:06 AM, vishal bayskar
<vishal.bays...@nechclst.in> wrote:
>
>
>>Did you try to remove "noncopyable" from the generated code? If so
>>what happened?
>
> Thanks, yes it works when "noncopyable" is removed.
>
>>If you think, that py++ wrong, you can always override its decision:
>
>>mb = module_builder_t( ... )
>>mb.class_(...).noncopyable = False
>
> Thanks again it is helpful for us.

It seems, that py++ was wrong :-(. Can you specify gccxml version, OS
and your compiler? Do you mind to submit a small test case that
reproduce the problem?

Thanks

-- 
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to