Skip to content
forked from fmtlib/fmt

Commit

Permalink
fix redundant redeclaration of ‘constexpr’ static data member (fmtlib…
Browse files Browse the repository at this point in the history
  • Loading branch information
cyyever authored and ckerr committed Nov 7, 2023
1 parent 2a42a06 commit 952cd79
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 952cd79

Please sign in to comment.