define MISSING_LEAP_SECONDS 0 when !USE_OS_TZDB

This commit is contained in:
Howard Hinnant
2017-06-16 15:55:43 -04:00
parent 9f0d511be6
commit edcd9bd9c1

2
tz.h
View File

@ -83,6 +83,8 @@ static_assert(HAS_REMOTE_API == 0 ? AUTO_DOWNLOAD == 0 : true,
# define MISSING_LEAP_SECONDS 0
# endif
# endif
#else
# define MISSING_LEAP_SECONDS 0
#endif
#include "date.h"