parser: Fix basic_scientific_numeral detection
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
95141510b1
commit
3e69770585
@ -2108,7 +2108,7 @@ namespace stdex
|
|||||||
decimal->invalidate();
|
decimal->invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!integer->interval.empty() &&
|
if (integer->interval.empty() &&
|
||||||
decimal->interval.empty())
|
decimal->interval.empty())
|
||||||
{
|
{
|
||||||
// No integer part, no decimal part.
|
// No integer part, no decimal part.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user