diff --git a/include/fmt/core.h b/include/fmt/core.h index 6f7dbecc..c33ab5c1 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -188,12 +188,12 @@ # define FMT_INLINE_NAMESPACE namespace # define FMT_END_NAMESPACE \ } \ - using namespace v6; \ + using namespace v7; \ } # endif # define FMT_BEGIN_NAMESPACE \ namespace fmt { \ - FMT_INLINE_NAMESPACE v6 { + FMT_INLINE_NAMESPACE v7 { #endif #if !defined(FMT_HEADER_ONLY) && defined(_WIN32) @@ -491,7 +491,7 @@ constexpr basic_string_view to_string_view(const S& s) { namespace detail { void to_string_view(...); -using fmt::v6::to_string_view; +using fmt::v7::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