Okay thanks for the info.

Things are also a lot safer if you only wrap vectors as const; it's exposing
> the mutators to Python that gets really difficult.
>

Is the const-ness of a wrapped object just a side effect of not exposing
methods which modify it or is it due to something else more explicit ?

thanks!
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to