Skip to content

Commit

Permalink
Avoid qualifying by inline namespace. Fixes #2642. (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurdej authored Dec 10, 2021
1 parent e0136fc commit 3a951a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fmt/core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a951a6

Please sign in to comment.