double-conversion floating-point conversions

- using double-conversion library for floating-point numeric/string
conversions
- added string replace[InPlace], remove[InPlace]
- reverted overwritten FileChannel purge age and count features
- file size value checks in SMTPClient
This commit is contained in:
aleks-f
2012-12-01 14:02:51 -06:00
parent 9dd1482a02
commit 134558f926
13 changed files with 372 additions and 293 deletions

View File

@@ -65,6 +65,7 @@ public:
void testStringToInt();
void testStringToFloat();
void testStringToDouble();
void testStringToFloatError();
void testNumericLocale();
void benchmarkStrToFloat();