aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_rb_tree/ya.make
blob: ff2c0b5adfa8a450917f383ee80baff88a3a6dc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY() 
 
OWNER(
    pg
    g:util
)
 
SRCS( 
    rb_tree.cpp 
) 
 
END()