fix: fix the wrong type for static member "_Bit_Len"

This commit is contained in:
DarkSharpness
2024-07-11 22:26:10 +08:00
parent 4d287201b9
commit b40b23853b
3 changed files with 3 additions and 3 deletions

View File

@ -73,7 +73,7 @@ struct Wire {
}
public:
static constexpr bool _Bit_Len = _Len;
static constexpr std::size_t _Bit_Len = _Len;
explicit Wire() :
_M_func(new details::EmptyWire),