From edcd9bd9c1c83b5524d2dca1bf5b6280bf2d7bcd Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 16 Jun 2017 15:55:43 -0400 Subject: [PATCH] define MISSING_LEAP_SECONDS 0 when !USE_OS_TZDB --- tz.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tz.h b/tz.h index 70c16d7..4d0789f 100644 --- a/tz.h +++ b/tz.h @@ -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"