diff options
author | dgolear <dgolear@yandex-team.com> | 2024-10-14 10:57:22 +0300 |
---|---|---|
committer | dgolear <dgolear@yandex-team.com> | 2024-10-14 11:08:13 +0300 |
commit | eb166c5f65cc57be3254ae344d4a3d4768fbf93b (patch) | |
tree | 7175b804e72fb9d80456235493ab09aff9206b4e | |
parent | 6461e26a1797ea8ed80b866d4e801fcbee5f5ad0 (diff) | |
download | ydb-eb166c5f65cc57be3254ae344d4a3d4768fbf93b.tar.gz |
Style
commit_hash:e267dc9b41e9291970d760657852a20f06fa8410
-rw-r--r-- | library/cpp/yt/small_containers/compact_flat_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/yt/small_containers/compact_flat_map.h b/library/cpp/yt/small_containers/compact_flat_map.h index 120c2141b9..d4e9366843 100644 --- a/library/cpp/yt/small_containers/compact_flat_map.h +++ b/library/cpp/yt/small_containers/compact_flat_map.h @@ -4,6 +4,8 @@ namespace NYT { +/////////////////////////////////////////////////////////////////////////////// + namespace NDetail { template <typename T> |