[C++-sig] passing NoneType as argument to constructor
For the following code: --- #include using namespace boost::python; namespace // unnamed { class NullableDouble { public: Nullabl
Re: [C++-sig] passing NoneType as argument to constructor
On 29.01.2016 13:15, Liam Herron wrote: > > For the following code: > > --- > > #include > > using namespace boost::python; > > > >