mirror of
https://github.com/boostorg/date_time.git
synced 2026-07-21 13:13:29 +00:00
64c1df1e3e
Originally identified by Coverity Scan. Zero length periods like [3, 3) cannot intersect with anything. Invalid periods like [5, 4) also cannot intersect with anything. In both cases the unit tests are wrong, and fixing them reveals the implementation is not canonical for half-open sane intervals.