rapidjson
rapidjson copied to clipboard
Add two type conversions in bigintegertest.cpp
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.