Skip to content

Commit

Permalink
fix redundant redeclaration of ‘constexpr’ static data member (#3630)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever authored Sep 8, 2023
1 parent fac60bd commit a4b7b24
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/fmt/chrono.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@ template <typename CodeUnit> struct codecvt_result {
CodeUnit buf[max_size];
CodeUnit* end;
};
template <typename CodeUnit>
constexpr const size_t codecvt_result<CodeUnit>::max_size;

template <typename CodeUnit>
void write_codecvt(codecvt_result<CodeUnit>& out, string_view in_buf,
Expand Down

0 comments on commit a4b7b24

Please sign in to comment.