From 07b4c246ea033492c2d291b3335381c630487b21 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 12 Apr 2020 08:18:47 -0700 Subject: [PATCH] Fix a typo --- include/fmt/ostream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/ostream.h b/include/fmt/ostream.h index 4526f523..83c37486 100644 --- a/include/fmt/ostream.h +++ b/include/fmt/ostream.h @@ -14,7 +14,7 @@ FMT_BEGIN_NAMESPACE -template class basic_printf_parse_context; +template class basic_printf_parse_context; template class basic_printf_context; namespace internal {