diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index a91c407c..9fbeeed6 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -1598,7 +1598,7 @@ class get_locale { ignore_unused(loc); ::new (&locale_) std::locale( #if FMT_USE_LOCALE - loc.template get() + loc.template get() #endif ); }