diff --git a/include/date/date.h b/include/date/date.h index 4ad85cc..6960e8c 100644 --- a/include/date/date.h +++ b/include/date/date.h @@ -4206,8 +4206,8 @@ template inline typename std::enable_if < - std::ratio_less::value - , std::basic_ostream& + !std::is_convertible::value, + std::basic_ostream& >::type operator<<(std::basic_ostream& os, const sys_time& tp) {