Fix a typo

This commit is contained in:
Victor Zverovich 2024-09-19 10:49:11 -07:00 committed by GitHub
parent 1f87b1c58d
commit 6d43c755bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -519,7 +519,7 @@ auto to_time_t(sys_time<Duration> time_point) -> std::time_t {
.count();
}
// Workaround a bug in libstc++ which sets __cpp_lib_chrono to 201907 without
// Workaround a bug in libstdc++ which sets __cpp_lib_chrono to 201907 without
// providing current_zone(): https://github.com/fmtlib/fmt/issues/4160.
template <typename T> FMT_CONSTEXPR auto has_current_zone() -> bool {
using namespace std::chrono;