From 2c42bda791e2fd1cf43fe7a10f56afc91f39887f Mon Sep 17 00:00:00 2001 From: Francis Grizzly Smit Date: Sun, 2 May 2021 23:29:16 +1000 Subject: [PATCH] thirteenth commit --- complexfmt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/complexfmt.h b/complexfmt.h index c569fa2..fbba324 100644 --- a/complexfmt.h +++ b/complexfmt.h @@ -30,7 +30,7 @@ template style style_ = style::expr; bool bracket = true; bool spaced = true; - using base = fmt::formatter; + using base = formatter; using Context_type = basic_format_parse_context; public: constexpr auto parse(Context_type& ctx) -> decltype(ctx.begin()) {