You don't really provide that much information: you want help with writing a
wrapper? do you want C++ and Python to point to the same instance of
`GameObject`? If it's the latter, have you tried doing
`vector<boost::shared_ptr<GameObject>>`?

--
View this message in context: 
http://boost.2283326.n4.nabble.com/Wrap-std-vector-pointer-tp3708421p3709907.html
Sent from the Python - c++-sig mailing list archive at Nabble.com.
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to