aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/iterator/ya.make
blob: dfc4b43a899469f78a316221e6cf610a2f4f46db (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)