mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-08 01:36:53 +08:00
Optimize join_view
This commit is contained in:
parent
d2473b7b73
commit
8db8f22490
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user