Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2000-11-01 15:12:42


Ralf,

Yes, it makes sense. I don't know how I managed to leave that one out ;-)
----- Original Message -----
From: <rwgk_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Wednesday, November 01, 2000 2:34 PM
Subject: [boost] Re: py_cpp: another unresolved symbol

> I just stumbled into another posting on this list and that gave
> me the clue for the fix. Add this to py.h:
>
> inline double from_python(PyObject* p, py::Type<const double&>)
> {
> return from_python(p, py::Type<double>());
> }
>
> Does this make sense?


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk