Remove default for FormatContext also...
This commit is contained in:
parent
0928604213
commit
62474f596f
@ -80,7 +80,7 @@ template <typename Char> struct formatter<std::monostate, Char> {
|
|||||||
return ctx.begin();
|
return ctx.begin();
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename FormatContext = format_context>
|
template <typename FormatContext>
|
||||||
auto format(const std::monostate&, FormatContext& ctx) const
|
auto format(const std::monostate&, FormatContext& ctx) const
|
||||||
-> decltype(ctx.out()) {
|
-> decltype(ctx.out()) {
|
||||||
auto out = ctx.out();
|
auto out = ctx.out();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user