From 6d43c755bc225b57f0fb55fef53408e7964644c6 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 19 Sep 2024 10:49:11 -0700 Subject: [PATCH] Fix a typo --- include/fmt/chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index f992fe5e..ade6ec0a 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -519,7 +519,7 @@ auto to_time_t(sys_time 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 FMT_CONSTEXPR auto has_current_zone() -> bool { using namespace std::chrono;