
31 Jan
2006
31 Jan
'06
10:21 a.m.
Loïc Joly a écrit :
Tomorrow, I will try to remove the creation of the void_cast_detail::void_caster_derived and it's registration, since I believe this is just an optimisation, to check if that definitively solves the problem.
I did this modification, and it works fine in my test case. Here is my (ugly) patch file, I just commented out the offending lines: 252c252 < void_cast_detail::void_caster * vcp = ---
/*void_cast_detail::void_caster * vcp =
260c260 < ); ---
);*/
310c310 < if(top){ ---
if(top){/*
321c321 < ); ---
);*/
Best regards -- Loïc