mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
fix redundant redeclaration of ‘constexpr’ static data member (#3630)
This commit is contained in:
@ -336,8 +336,6 @@ template <typename CodeUnit> struct codecvt_result {
|
|||||||
CodeUnit buf[max_size];
|
CodeUnit buf[max_size];
|
||||||
CodeUnit* end;
|
CodeUnit* end;
|
||||||
};
|
};
|
||||||
template <typename CodeUnit>
|
|
||||||
constexpr const size_t codecvt_result<CodeUnit>::max_size;
|
|
||||||
|
|
||||||
template <typename CodeUnit>
|
template <typename CodeUnit>
|
||||||
void write_codecvt(codecvt_result<CodeUnit>& out, string_view in_buf,
|
void write_codecvt(codecvt_result<CodeUnit>& out, string_view in_buf,
|
||||||
|
Reference in New Issue
Block a user