diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-25 02:05:03 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2023-09-25 02:26:20 +0300 |
commit | a5de4cf934ac111c9a0051865c37f813f986c131 (patch) | |
tree | 700639b4c050e3fc9381e94f0d2f4531e571cebe /build/sysincl | |
parent | 2d2e908adaff25f5b49c2ef73a5e2338c58e38a1 (diff) | |
download | ydb-a5de4cf934ac111c9a0051865c37f813f986c131.tar.gz |
Add sysincls for libcxxmsvs
Чтобы мы могли, не сломав сборку msvc реалзиации влить обновление [libc++](https://a.yandex-team.ru/review/2765366/details) добавляю этот sysincl
Diffstat (limited to 'build/sysincl')
-rw-r--r-- | build/sysincl/stl-to-libcxx.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/sysincl/stl-to-libcxx.yml b/build/sysincl/stl-to-libcxx.yml index 6bd41c8747..3eff37b4c6 100644 --- a/build/sysincl/stl-to-libcxx.yml +++ b/build/sysincl/stl-to-libcxx.yml @@ -410,6 +410,7 @@ - __memory/unique_ptr.h: contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h - __memory/uses_allocator.h: contrib/libs/cxxsupp/libcxx/include/__memory/uses_allocator.h - __memory/voidify.h: contrib/libs/cxxsupp/libcxx/include/__memory/voidify.h + - __random/is_valid.h: contrib/libs/cxxsupp/libcxx/include/__random/is_valid.h - __random/log2.h: contrib/libs/cxxsupp/libcxx/include/__random/log2.h - __random/uniform_int_distribution.h: contrib/libs/cxxsupp/libcxx/include/__random/uniform_int_distribution.h - __ranges/access.h: contrib/libs/cxxsupp/libcxx/include/__ranges/access.h |