From a4b7b24b7b20d5462565e9cadbdfc7f101a4b843 Mon Sep 17 00:00:00 2001 From: cyy Date: Sat, 9 Sep 2023 07:20:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=20redundant=20redeclaration=20of=20?= =?UTF-8?q?=E2=80=98constexpr=E2=80=99=20static=20data=20member=20(#3630)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/fmt/chrono.h | 2 -- 1 file changed, 2 deletions(-) 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,