From a7a4de9dfaae0e601408d978fd76aff0a530b343 Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Wed, 12 Oct 2022 20:08:46 +0300 Subject: [PATCH] Update format.cc --- src/format.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/format.cc b/src/format.cc index f8e436cc..1e7bbc98 100644 --- a/src/format.cc +++ b/src/format.cc @@ -23,9 +23,9 @@ template FMT_API auto locale_ref::get() const -> std::locale; // Explicit instantiations for char. #if FMT_MSC_VERSION -// ostream does it implicitly, so we need make it explicitly -// otherwise we get ODR violation when {fmt} is built as a shared library -// and fmt/os.h is not included by the user +// fmt::ostream does it implicitly, so we need make it explicitly. +// Otherwise we get ODR violation when {fmt} is built as a shared library +// and fmt/os.h is not included by the user. template class FMT_API buffer; #endif