mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
revert change
This commit is contained in:
@@ -406,7 +406,7 @@ private:
|
|||||||
throw RangeException("Value too large.");
|
throw RangeException("Value too large.");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
if (from > static_cast<F>(std::numeric_limits<T>::max()))
|
if (from > std::numeric_limits<T>::max())
|
||||||
{
|
{
|
||||||
throw RangeException("Value too large.");
|
throw RangeException("Value too large.");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user