From: Nigel Stewart (ns_at_[hidden])
Date: 2006-05-15 10:31:59


>> Has anyone come across a std::vector compatible wrapper
>> for PyArrayObject? Any thoughts?
>
> It's easy enough to write one.

I was kindof hoping not to reinvent that wheel, along
with possible semantic mismatches between std::vector
and PyArrayObject...

Nigel