mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 07:23:44 +02:00
a couple of minor changes
This commit is contained in:
@@ -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 $
|
||||
//
|
||||
|
Reference in New Issue
Block a user