$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (dave_at_[hidden])
Date: 2004-09-28 14:11:05
Martin Wille <mw8329_at_[hidden]> writes:
> Trying: assert abs(rewrap_value_complex_float(4+.2j) - (4+.2j)) < .000001
> Expecting: nothing
> Segmentation fault
Wild guess: This is an ODR violation. The Boost.Python library and
the test shared library were compiled with a different definition of
std::complex.
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com