refactor(containers): remove the container's final qualifier allows it to be inherited
This commit is contained in:
@ -21,7 +21,7 @@ template <CUnsignedIntegral InBlockType> requires (!CSameAs<InBlockType, bool>)
|
||||
using TDefaultBitsetAllocator = TInlineAllocator<(40 - 3 * sizeof(size_t)) / sizeof(InBlockType)>;
|
||||
|
||||
template <CUnsignedIntegral InBlockType, CAllocator<InBlockType> Allocator = TDefaultBitsetAllocator<InBlockType>> requires (!CSameAs<InBlockType, bool>)
|
||||
class TBitset final
|
||||
class TBitset
|
||||
{
|
||||
private:
|
||||
|
||||
|
Reference in New Issue
Block a user