MemPool: 消除 C4624 编译警告
This commit is contained in:
parent
45acdc71fd
commit
3f12f57d4d
|
@ -76,6 +76,8 @@ class MemoryPool
|
|||
union Slot_ {
|
||||
value_type element;
|
||||
union Slot_* next;
|
||||
public:
|
||||
~Slot_();
|
||||
};
|
||||
|
||||
typedef char* data_pointer_;
|
||||
|
|
Loading…
Reference in New Issue