I'm sorting through the umpteen generations of documentation and mailing lists preserved forever on internet and trying to determine how to be wrap this third party pseudo-vector class. (OMG folks like to write their own types for everything) The OMG sequence does provide operator[], and I need to track allocated storage space and be able to throw on out of bounds indices. I'm sure what I'm trying to do is really basic, but my attempts to wrap operator[] are failing and I think it's likely to using the wrong set of docs. (For instance <boost/python/indexing/indexing_suite.hpp> has relocated since the docs I was following were written.) What should I be looking at?
_______________________________________________ Cplusplus-sig mailing list Cplusplus-sig@python.org http://mail.python.org/mailman/listinfo/cplusplus-sig