On Monday, November 3, 2014 10:11:01 PM UTC+8, Skip Montanaro wrote:
> On Mon, Nov 3, 2014 at 7:53 AM, Joseph Shen wrote:
>
> In the boost::python library there is a function
>
>
>
> >>> boost::python::long_
>
>
>
> and this function return a boo
In the boost::python library there is a function
>>> boost::python::long_
and this function return a boost::python::object variable
I'm trying to wrap a double variale but I can't find
something just like
>> boost::python::double_
can someone help me to build a double object
PS.
I know the