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

OWNER(
    pg
    g:util
)

SRCS(
    rb_tree.cpp
)

END()