From 31a5f0d399edbb2000131c9253aa346afddc6387 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 22 Jun 2021 14:47:59 -0700 Subject: [PATCH] Bump version in inline namespace --- include/fmt/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/fmt/core.h b/include/fmt/core.h index 3c6e0654..14e8c914 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -233,7 +233,7 @@ # endif # define FMT_BEGIN_NAMESPACE \ namespace fmt { \ - FMT_INLINE_NAMESPACE v7 { + FMT_INLINE_NAMESPACE v8 { #endif #ifndef FMT_MODULE_EXPORT @@ -581,7 +581,7 @@ constexpr auto to_string_view(const S& s) FMT_BEGIN_DETAIL_NAMESPACE void to_string_view(...); -using fmt::v7::to_string_view; +using fmt::v8::to_string_view; // Specifies whether S is a string type convertible to fmt::basic_string_view. // It should be a constexpr function but MSVC 2017 fails to compile it in