Re: [pygccxml-development] USE_CALLDEF_ORGANIZER
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2010-01-28 09:53:51
|
On Thu, Jan 28, 2010 at 11:45 AM, Berserker <ber...@ho...> wrote: >> That's okey. You will be able to define your own sort criteria. > > Thanks, what about the "implict conversion" problem? > I'm looking at the Py++ sources and maybe I think that "is_convertible" > method among t1, t2 should do the job when organizer_t_wrapper > compares the two types. May be. It takes into account the conversion operators too. I am not sure whether you want it or not. struct A{} struct B{ operator A() const; } I suggest you to start prepare a ton of test cases, so when you will done with algorithm, you will be able to check the result. > O.T.: this is ours "preliminary" Python documentation > http://osiris.kodeware.net/python/0.13/ > Thanks again Roman for your great job with Py++! You are welcome. -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |