From 23e7a3e30dce6b4c4e176e440b8c9405c58f9b9a Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 24 Feb 2017 14:58:58 -0500 Subject: Use boost Debian's compiler is so old it doesn't support C++11 --- pyisda/curve.pxd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyisda/curve.pxd b/pyisda/curve.pxd index 4b6b362..86fa45a 100644 --- a/pyisda/curve.pxd +++ b/pyisda/curve.pxd @@ -182,7 +182,7 @@ cdef enum Basis: ANNUAL_BASIS = 1 DISCOUNT_FACTOR = -2 -cdef extern from "" namespace "std" nogil: +cdef extern from "boost/shared_ptr.hpp" namespace "boost" nogil: cdef cppclass shared_ptr[T]: ctypedef void (*D)(T*) shared_ptr() -- cgit v1.2.3-70-g09d2