Closed simonjwright closed 3 years ago
Following conversations on comp.lang.ada, & private communications, this change seems like a Bad Idea.
If you need a flag, use a boolean and stay away from sentinel values. Much safer, explicit, and the extra cost is negligible.
You’d expect
Ada.Real_Time.Time_First
to be quite a long time before any possible value ofAda.Real_Time.Clock
; but in fact the system starts withClock
equal toTime_First
.This leads to clumsiness such as