mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
integer to string conversion
replaced sprintf-based int-to-string functionality with built-in intToString
This commit is contained in:
@@ -217,6 +217,7 @@ void NumberParserTest::testLimits()
|
||||
assert(testLowerLimit<Int16>());
|
||||
assert(testUpperLimit<UInt16>());
|
||||
assert(testUpperLimit<Int32>());
|
||||
assert(testLowerLimit<Int32>());
|
||||
assert(testUpperLimit<UInt32>());
|
||||
|
||||
#if defined(POCO_HAVE_INT64)
|
||||
|
||||
Reference in New Issue
Block a user