rapidjson icon indicating copy to clipboard operation
rapidjson copied to clipboard

Add two type conversions in bigintegertest.cpp

Open EstherWx opened this issue 1 year ago • 0 comments

BigInteger& operator*= has two implementations, one for uint64_t, another for uint32_t.

Ambiguous overload occured in bigintegertest.cpp because the type of *= right value is not specified. Add two type conversions for the two values.

EstherWx avatar Feb 28 '24 07:02 EstherWx