diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-08 00:39:03 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-05-08 01:22:59 +0300 |
commit | 99b628d1242072b768de87b19c9a54ef90b2917a (patch) | |
tree | febe32dfb83220412fbcd27936b4bf73bfe2511b | |
parent | e9147a48d546632c095ff11ea3d2d07837d94521 (diff) | |
download | ydb-99b628d1242072b768de87b19c9a54ef90b2917a.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/include/vector | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/include/vector b/contrib/libs/cxxsupp/libcxx/include/vector index 2b59752eed..b72a4b51bf 100644 --- a/contrib/libs/cxxsupp/libcxx/include/vector +++ b/contrib/libs/cxxsupp/libcxx/include/vector @@ -730,7 +730,6 @@ public: } #if _YNDX_LIBCXX_ENABLE_VECTOR_POD_RESIZE_UNINITIALIZED - // This function works only for POD types, otherwise memory leak may occur. void resize_uninitialized(size_type __sz); #endif |