Skip to content

Commit

Permalink
Optimize join_view
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed May 10, 2024
1 parent d2473b7 commit 8db8f22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/fmt/ranges.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,8 @@ struct formatter<join_view<It, Sentinel, Char>, Char> {
join_view<It, Sentinel, Char>&&>;

public:
using nonlocking = void;

template <typename ParseContext>
FMT_CONSTEXPR auto parse(ParseContext& ctx) -> const Char* {
return value_formatter_.parse(ctx);
Expand Down

0 comments on commit 8db8f22

Please sign in to comment.