-
Type:
Task
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Internal Code
-
Labels:None
-
Backwards Compatibility:Fully Compatible
-
Backport Requested:v4.0
-
Sprint:Sharding 2018-12-17
The following code leads to a silent overflow:
auto badDate = Date_t::max() + Milliseconds(1);
|
This should throw an exception instead.