fix redundant redeclaration of ‘constexpr’ static data member
This commit is contained in:
parent
fac60bd4f5
commit
f57848b8e8
@ -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,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user