What about all the others pxds in libc/* ? Too bad we cannot "include"
on a cdef block, this would let us easily expose all of libc in libcpp
without duplicating the declarations:
# libc/math.pxd
cdef extern from "math.h" nogil:
include "./
math.pxd.in"
# libcpp/cmath.pxd
cdef extern from "cmath" namespace "std" nogil:
include "../libc/
math.pxd.in"
--
Lisandro Dalcin
---------------
CIMEC (UNL/CONICET)
Predio CONICET-Santa Fe
Colectora RN 168 Km 472, Paraje El Pozo
3000 Santa Fe, Argentina
Tel:
+54-342-4511594 (ext 1016)
Tel/Fax:
+54-342-4511169