$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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