mirror of
https://github.com/HowardHinnant/date.git
synced 2025-08-03 20:54:27 +02:00
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