Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: NumberToStringGTest: add #include, avoid narrowing conversion pow
Added `#include <cmath>`, to ensure that all `std::pow` overloads are included. Explicitly declared the local `power_of_ten` variables as `TValue` and prevented a narrowing conversion from those `std::pow` calls, just to be sure.
- Loading branch information