aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authordgolear <dgolear@yandex-team.com>2024-10-14 10:57:22 +0300
committerdgolear <dgolear@yandex-team.com>2024-10-14 11:08:13 +0300
commiteb166c5f65cc57be3254ae344d4a3d4768fbf93b (patch)
tree7175b804e72fb9d80456235493ab09aff9206b4e /library/cpp
parent6461e26a1797ea8ed80b866d4e801fcbee5f5ad0 (diff)
downloadydb-eb166c5f65cc57be3254ae344d4a3d4768fbf93b.tar.gz
Style
commit_hash:e267dc9b41e9291970d760657852a20f06fa8410
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/yt/small_containers/compact_flat_map.h2
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 120c2141b92..d4e93668430 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>