mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 23:20:06 +02:00
fixed few GH issues
- fixed GH #209: Poco::NumberFormatter double length - fixed GH #204: Upgrade zlib to 1.2.8 - fixed GH #198: The "application.configDir" property is not always created.
This commit is contained in:
@@ -55,9 +55,11 @@
|
||||
#include <locale>
|
||||
#endif
|
||||
|
||||
|
||||
// binary numbers are supported, thus 64 (bits) + 1 (string terminating zero)
|
||||
#define POCO_MAX_INT_STRING_LEN 65
|
||||
#define POCO_MAX_FLT_STRING_LEN 128
|
||||
// value from strtod.cc (double_conversion::kMaxSignificantDecimalDigits)
|
||||
#define POCO_MAX_FLT_STRING_LEN 780
|
||||
|
||||
#define POCO_FLT_INF "inf"
|
||||
#define POCO_FLT_NAN "nan"
|
||||
#define POCO_FLT_EXP 'e'
|
||||
|
Reference in New Issue
Block a user