diff --git a/date.h b/date.h index 50b8947..45d13c7 100644 --- a/date.h +++ b/date.h @@ -3395,7 +3395,7 @@ namespace detail // Example: width<10>::value == 1 // Example: width<1000>::value == 3 template + bool should_continue = !(n < 2) && d != 0 && (w < 19)> struct width { static CONSTDATA unsigned value = 1 + width::value; @@ -3422,7 +3422,7 @@ struct static_pow10<0> static CONSTDATA std::uint64_t value = 1; }; -template +template struct make_precision { using type = std::chrono::duration