Boost logo

Boost :

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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk