3 Oct
2013
3 Oct
'13
8:34 a.m.
On 3 October 2013 06:42, Daryle Walker
Looking at those change-sets:
Boost.Rational:
* Added "lowest" and "max_digits10," members of std::numeric_limits added in C++11, to the unit-test code. Needed since Boost.Test refers to one of them when compiled in C++11 mode. * Changed initialization of some internal variables to something that cannot be a narrowing conversion, which fixes issue #5855. Needed since narrowing conversions are an error in C++11.
You can use different wording; that's just a summary. Those two points are for the first two change-sets; the third change-set modifies the second. (MSVC doesn't accept "not" as a substitute for "!".)
I've added them now. Thanks.