mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-22 23:11:00 +01:00
a couple of minor changes
This commit is contained in:
parent
91d5be438b
commit
b0ae034a94
@ -250,7 +250,6 @@ bool strToFloat (const char* pStr, F& result, char& eu = Impl::DUMMY_EXP_UNDERFL
|
||||
char numSign = 1, expSign = 1;
|
||||
char state = STATE_LEADING_SPACES;
|
||||
F mantissa = 0.0, exponent = 0.0, pow10 = 1.0;
|
||||
int powCnt = 0;
|
||||
|
||||
result = 0.0;
|
||||
eu = 0;
|
||||
|
@ -1,5 +1,5 @@
|
||||
//
|
||||
// String.h
|
||||
// NumericString.h
|
||||
//
|
||||
// $Id: //poco/1.4/Foundation/src/NumericString.cpp#1 $
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user