toft
toft copied to clipboard
bug of StringToNumber
in toft/base/string/number_test.cpp TEST(StringNumber, StringToNumber) i add a line ASSERT_TRUE(StringToNumber("009", &i64)); then the test is fail. so the methed StringToNumber have bug