17 Jun
2013
17 Jun
'13
9:09 p.m.
From: john@johnmaddock.co.uk Date: Mon, 17 Jun 2013 19:00:07 +0100
There were also problems using Boost.Multiprecision in the unit tests. I don't know if the problems are in Multiprecison, Test, MPL, or some interaction between them. The spots in "complex_it_test.cpp" and "complex_rt_test.cpp" that use the "test_builtin_types" alias were supposed to use "test_types," but the sample types from Multiprecision had MPL errors. Switch the types and see if they work on your system.
Sorry I don't understand, what do I have to do to look at the multiprecision issue?
Text-replace "test_builtin_types" with "test_types," except for the original typedefs at the start of the files. Daryle W.