clangd :)

This commit is contained in:
YesseYesseY
2025-04-11 23:40:08 +02:00
parent 37749ebb04
commit 23f215cc0c
4 changed files with 36 additions and 6 deletions

View File

@@ -36,7 +36,8 @@ template <typename SetType>
class TSet
{
private:
friend TSparseArray;
template <typename>
friend class TSparseArray;
public:
typedef TSetElement<SetType> ElementType;
@@ -217,4 +218,4 @@ public:
mutable TInlineAllocator<1>::ForElementType<int> Hash;
mutable int32 HashSize;
}; */
}; */