$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Paul F. Kunz (paul_kunz_at_[hidden])
Date: 2001-11-23 16:09:54
>>>>> On Fri, 23 Nov 2001 15:14:54 -0500, David Abrahams <david.abrahams_at_[hidden]> said:
> My guess is that the crash is due to a buggy exception-handling
> implementation in your compiler (2.95.x has known problems in this
> area). The current Boost.Python relies on exception-handling to
> implement the overloading mechanism (try the first function; if it
> throws an argument_error, try the second function, etc...) I think
> you'll have better luck with GCC 3.0.2.
Yes, things work with gcc 3.0.2. Super thanks.