diff options
author | sabdenovch <sabdenovch@yandex-team.com> | 2025-01-16 13:07:25 +0300 |
---|---|---|
committer | sabdenovch <sabdenovch@yandex-team.com> | 2025-01-16 13:26:49 +0300 |
commit | 0059cdd47f567210befb78198fee61c7e824faf8 (patch) | |
tree | 75d54bd8ec75684d70f145bacc47bc09485c0b30 /yt | |
parent | 1b44ecad7ca01cc2506bd4afbe2b8d911e655122 (diff) | |
download | ydb-0059cdd47f567210befb78198fee61c7e824faf8.tar.gz |
Babenkoed: Shadow Wars
commit_hash:deadebefdfd81b6c737b9464435356b8f652e296
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/client/table_client/row_buffer.h | 4 |
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(); |