Skip to content

Commit

Permalink
Remove TRbTree and TAvlTree from forward declarations as they are not…
Browse files Browse the repository at this point in the history
… in util

commit_hash:7f3c30234700758cc6218bdef0fa2e6862f2c32e
  • Loading branch information
andrey-khropov committed Nov 21, 2024
1 parent 9552293 commit 23544fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions util/generic/fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ class TIntrusiveListWithAutoDelete;
template <class T, class Tag = TIntrusiveListDefaultTag>
class TIntrusiveSList;

template <class T, class C>
class TAvlTree;

template <class TValue, class TCmp>
class TRbTree;

// containers
template <class T, class A = std::allocator<T>>
class TVector;
Expand Down

0 comments on commit 23544fe

Please sign in to comment.