diff --git a/include/date/date.h b/include/date/date.h index 90bdcf5..35c635d 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -6237,7 +6237,7 @@ read(std::basic_istream& is, int a0, Args&& ...args) if (a0 != -1) { auto u = static_cast(a0); - CharT buf[std::numeric_limits::digits10+2] = {}; + CharT buf[std::numeric_limits::digits10+2u] = {}; auto e = buf; do {