mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 19:10:20 +01:00
replaced stream-based number formatting
embedded a portion of double-conversion library (http://code.google.com/p/double-conversion/)and replaced stream-based number formatting
This commit is contained in:
@@ -71,6 +71,8 @@ public:
|
||||
void benchmarkStrToInt();
|
||||
|
||||
void testIntToString();
|
||||
void testFloatToString();
|
||||
void benchmarkFloatToStr();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
@@ -132,7 +134,6 @@ private:
|
||||
istr >> value;
|
||||
return istr.eof() && !istr.fail();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user