aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_avl_tree/ya.make
blob: 502848a8a962d7ffea015ff31375a27ad704c2b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

OWNER( 
    pg 
    g:util 
) 

SRCS(
    avltree.cpp
)

END()