You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
format.cc: In instantiation of 'fmt::v5::internal::locale_ref::locale_ref(const Locale&) [with Locale = std::locale]':
format.cc:12:73: required from here
format.cc:12:73: error: explicit instantiation of 'fmt::v5::internal::locale_ref::locale_ref(const Locale&) [with Locale = std::locale]' but no definition available [-fpermissive]
template FMT_API internal::locale_ref::locale_ref(const std::locale& loc);
^
format.cc: In instantiation of 'Locale fmt::v5::internal::locale_ref::get() const [with Locale = std::locale]':
format.cc:13:71: required from here
format.cc:13:71: error: explicit instantiation of 'Locale fmt::v5::internal::locale_ref::get() const [with Locale = std::locale]' but no definition available [-fpermissive]
template FMT_API std::locale internal::locale_ref::get<std::locale>() const;
^~~~~
Compilation error:
Possible fix for format.cc:
The text was updated successfully, but these errors were encountered: