diff --git a/include/date/date.h b/include/date/date.h index 1e534f6..7b6b4e4 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -7845,6 +7845,8 @@ from_stream(std::basic_istream& is, const CharT* fmt, goto broken; } } + else // I is ambiguous, AM or PM? + goto broken; } } if (H != not_a_hour)