
28 Sep
2004
28 Sep
'04
7:11 p.m.
Martin Wille <mw8329@yahoo.com.au> 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