> Sorry for the confusion. I meant to say: It doesn't explicitly
> disable the copy constructor.
>
> In the meantime I am going to use something like:
>
> copyable_list = [ 'Vector3', 'Vector4', 'ColourValue', 'Vector2', ]
> for copyable in copyable_list:
> classes = ogre_ns.classes (copyable, allow_empty=True)
> classes.noncopyable = False
>
> To get around it.
:-), too late I already fixed the bug. Fix in SVN.
But I am glad, that you found work around.
I forgot, that "union" is always copyable. My fault.
> Lakin
>
--
Roman Yakovenko
C++ Python language binding
http://www.language-binding.net/
|