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

OWNER(
    pg
    g:util
)

SRCS(
    avltree.cpp
)

END()