aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ya.make
blob: 1ba1ffb411b9e69fa0264115524eb4cb9f8253cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OWNER(g:util)

LIBRARY()

SRCS(
    cartesian_product.cpp
    concatenate.cpp
    enumerate.cpp
    iterate_keys.cpp
    iterate_values.cpp
    filtering.cpp
    functools.cpp
    mapped.cpp
    zip.cpp
)

END()

RECURSE_FOR_TESTS(ut)