mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update PODArray.h
This commit is contained in:
parent
e1568fd9ad
commit
d99072ffb0
@ -95,7 +95,7 @@ protected:
|
||||
c_start = c_end = reinterpret_cast<char *>(TAllocator::alloc(bytes, std::forward<TAllocatorParams>(allocator_params)...)) + pad_left;
|
||||
c_end_of_storage = c_start + bytes - pad_right - pad_left;
|
||||
if (pad_left)
|
||||
*(t_start() - 1) = {};
|
||||
t_start()[-1] = {};
|
||||
}
|
||||
|
||||
void dealloc()
|
||||
|
Loading…
Reference in New Issue
Block a user