diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index ff3e1445..8f5426f2 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -336,8 +336,6 @@ template struct codecvt_result { CodeUnit buf[max_size]; CodeUnit* end; }; -template -constexpr const size_t codecvt_result::max_size; template void write_codecvt(codecvt_result& out, string_view in_buf,