We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 728dfea commit ff357e9Copy full SHA for ff357e9
include/fmt/std.h
@@ -514,7 +514,7 @@ template <> struct formatter<std::error_code> {
514
515
public:
516
FMT_CONSTEXPR void set_debug_format(bool set = true) { debug_ = set; }
517
-
+
518
FMT_CONSTEXPR auto parse(parse_context<>& ctx) -> const char* {
519
auto it = ctx.begin(), end = ctx.end();
520
if (it == end) return it;
0 commit comments