Skip to content

Commit

Permalink
thirteenth commit
Browse files Browse the repository at this point in the history
  • Loading branch information
grizzlysmit committed May 2, 2021
1 parent e673615 commit 2c42bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complexfmt.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ template<typename T, typename Char>
style style_ = style::expr;
bool bracket = true;
bool spaced = true;
using base = fmt::formatter<T, Char>;
using base = formatter<T, Char>;
using Context_type = basic_format_parse_context<Char>;
public:
constexpr auto parse(Context_type& ctx) -> decltype(ctx.begin()) {
Expand Down

0 comments on commit 2c42bda

Please sign in to comment.