diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-27 19:43:57 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-27 20:05:15 +0300 |
commit | 48a18a64bb612e73011e1c49aef96b8dad6bffba (patch) | |
tree | 88f71d26ed4c98edd9b389e3c5f1f674f34942ac /build/sysincl | |
parent | a78a2d51f5c2eda80188caf7a1045a5c8bdce1b3 (diff) | |
download | ydb-48a18a64bb612e73011e1c49aef96b8dad6bffba.tar.gz |
Upd libc++ to d0af4276d62418ba9e54fec99b293d2fd7c92213 (14 Mar 2022)
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/stl-to-libcxx.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/sysincl/stl-to-libcxx.yml b/build/sysincl/stl-to-libcxx.yml index 3eff37b4c6..7a278a578a 100644 --- a/build/sysincl/stl-to-libcxx.yml +++ b/build/sysincl/stl-to-libcxx.yml @@ -28,6 +28,7 @@ - stdlib.h: contrib/libs/cxxsupp/libcxx/include/stdlib.h - string.h: contrib/libs/cxxsupp/libcxx/include/string.h - tgmath.h: contrib/libs/cxxsupp/libcxx/include/tgmath.h + - uchar.h: contrib/libs/cxxsupp/libcxx/include/uchar.h - wchar.h: contrib/libs/cxxsupp/libcxx/include/wchar.h - wctype.h: contrib/libs/cxxsupp/libcxx/include/wctype.h @@ -82,6 +83,7 @@ - cstring: contrib/libs/cxxsupp/libcxx/include/cstring - ctgmath: contrib/libs/cxxsupp/libcxx/include/ctgmath - ctime: contrib/libs/cxxsupp/libcxx/include/ctime + - cuchar: contrib/libs/cxxsupp/libcxx/include/cuchar - cwchar: contrib/libs/cxxsupp/libcxx/include/cwchar - cwctype: contrib/libs/cxxsupp/libcxx/include/cwctype - deque: contrib/libs/cxxsupp/libcxx/include/deque @@ -247,7 +249,12 @@ - __algorithm/pop_heap.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/pop_heap.h - __algorithm/prev_permutation.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/prev_permutation.h - __algorithm/push_heap.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/push_heap.h + - __algorithm/ranges_find.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_find.h + - __algorithm/ranges_find_if.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_find_if.h + - __algorithm/ranges_find_if_not.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_find_if_not.h + - __algorithm/ranges_max_element.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_max_element.h - __algorithm/ranges_min_element.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_min_element.h + - __algorithm/ranges_mismatch.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_mismatch.h - __algorithm/ranges_swap_ranges.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/ranges_swap_ranges.h - __algorithm/remove.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/remove.h - __algorithm/remove_copy.h: contrib/libs/cxxsupp/libcxx/include/__algorithm/remove_copy.h |