[C++-sig] passing NoneType as argument to constructor

2016-01-29 Thread Liam Herron
For the following code: --- #include using namespace boost::python; namespace // unnamed { class NullableDouble { public: Nullabl

Re: [C++-sig] passing NoneType as argument to constructor

2016-01-29 Thread Stefan Seefeld
On 29.01.2016 13:15, Liam Herron wrote: > > For the following code: > > --- > > #include > > using namespace boost::python; > > > >