Le 18 févr. 2012 11:25, "Robert Kern" <robert.k...@gmail.com> a écrit :
>
> On Sat, Feb 18, 2012 at 04:54, Charles R Harris
> <charlesr.har...@gmail.com> wrote:
>
> > I found this , which references 0mq (used by ipython) as an example of
a C++
> > library with a C interface. It seems enums can have different sizes in
> > C/C++, so that is something to watch.
>
> One of the ways they manage to do this is by scrupulously avoiding
> exceptions even in the internal, never-touches-C zone.

I took a superficial look at zeromq 2.x sources: it looks like they don't
use much of the stl (beyond vector and some trivial usages of algorithm). I
wonder if this is linked ?

FWIW, I would be fine with using such a subset in numpy.

David
> --
> Robert Kern
>
> "I have come to believe that the whole world is an enigma, a harmless
> enigma that is made terrible by our own mad attempt to interpret it as
> though it had an underlying truth."
>   -- Umberto Eco
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion@scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to