28 Feb
2021
28 Feb
'21
2:36 a.m.
John Maddock wrote:
I just looked at this, and I get 198 serialization lib test failures in C++03 mode currently :(
The issue is that your tests are using Boost.Math, specifically float_distance, and this is now C++11 and later. It's used fairly ubiquitously in your tests as well.
Sorry for hijacking the thread, but why does Math implement its own copy of parts of Mp11 in https://github.com/boostorg/math/blob/develop/include/boost/math/tools/mp.hp... ? :-)