Optimize join_view

This commit is contained in:
Victor Zverovich 2024-05-09 17:26:26 -07:00
parent d2473b7b73
commit 8db8f22490

View File

@ -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);