diff --git a/include/fmt/core.h b/include/fmt/core.h index aad37683..9e0e8964 100644 --- a/include/fmt/core.h +++ b/include/fmt/core.h @@ -567,7 +567,7 @@ constexpr auto to_string_view(const S& s) FMT_BEGIN_DETAIL_NAMESPACE void to_string_view(...); -using fmt::v8::to_string_view; +using fmt::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