aboutsummaryrefslogtreecommitdiffstats
path: root/yt
diff options
context:
space:
mode:
authorsabdenovch <sabdenovch@yandex-team.com>2025-01-16 13:07:25 +0300
committersabdenovch <sabdenovch@yandex-team.com>2025-01-16 13:26:49 +0300
commit0059cdd47f567210befb78198fee61c7e824faf8 (patch)
tree75d54bd8ec75684d70f145bacc47bc09485c0b30 /yt
parent1b44ecad7ca01cc2506bd4afbe2b8d911e655122 (diff)
downloadydb-0059cdd47f567210befb78198fee61c7e824faf8.tar.gz
Babenkoed: Shadow Wars
commit_hash:deadebefdfd81b6c737b9464435356b8f652e296
Diffstat (limited to 'yt')
-rw-r--r--yt/yt/client/table_client/row_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yt/yt/client/table_client/row_buffer.h b/yt/yt/client/table_client/row_buffer.h
index cd8b5205af..695845eda0 100644
--- a/yt/yt/client/table_client/row_buffer.h
+++ b/yt/yt/client/table_client/row_buffer.h
@@ -39,7 +39,7 @@ public:
TTag(),
startChunkSize)
{
- static_assert(sizeof(TTag) <= 1);
+ static_assert(IsEmptyClass<TTag>());
}
template <class TTag>
@@ -52,7 +52,7 @@ public:
GetRefCountedTypeCookie<TTag>(),
std::move(chunkProvider))
{
- static_assert(sizeof(TTag) <= 1);
+ static_assert(IsEmptyClass<TTag>());
}
TChunkedMemoryPool* GetPool();