forked from HowardHinnant/date
Hard code year::min(), year::max() to [-32767, 32767]
* When year < 0, -year > 0 (always). * These are the minimal limits C places on short. * Reserving -32768 is useful in the implementation.
This commit is contained in:
Reference in New Issue
Block a user