implicitly_convertible<a,b>
31 Jan
2005
31 Jan
'05
10:34 p.m.
Hi,
I have exposed a bigint class which has no constructor for long_ .
I added an additional constructor by defining .def("__init__",
make_constructor(bigint_constructor))
This works fine. Now I want to use the implicitly_convertible function
which expects from the class to have an constructor which takes the
first argumen (in this case a long_)
I used implicitly_convertible
7223
Age (days ago)
7223
Last active (days ago)
0 comments
1 participants
participants (1)
-
Benjamin Schmeling