$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Loïc Joly (loic.joly_at_[hidden])
Date: 2006-01-31 05:21:00
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