Implement more time specifiers

This commit is contained in:
Victor Zverovich
2018-11-30 08:52:01 -08:00
parent 0835f1ba3b
commit 322b2594e0
3 changed files with 132 additions and 21 deletions

View File

@@ -10,6 +10,7 @@
FMT_BEGIN_NAMESPACE
template struct internal::basic_data<void>;
template FMT_API internal::locale_ref::locale_ref(const std::locale &loc);
template FMT_API std::locale internal::locale_ref::get<std::locale>() const;
// Explicit instantiations for char.