diff --git a/include/date/date.h b/include/date/date.h index 8d3f43c..e610315 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -7180,7 +7180,7 @@ from_stream(std::basic_istream& is, const CharT* fmt, } else // !command { - if (isspace(*fmt)) + if (isspace(static_cast(*fmt))) ws(is); // space matches 0 or more white space characters else read(is, *fmt);