diff options
author | Maxim Yurchuk <maxim-yurchuk@ydb.tech> | 2024-11-20 17:37:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-20 17:37:57 +0000 |
commit | f76323e9b295c15751e51e3443aa47a36bee8023 (patch) | |
tree | 4113c8cad473a33e0f746966e0cf087252fa1d7a /contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch | |
parent | 753ecb8d410a4cb459c26f3a0082fb2d1724fe63 (diff) | |
parent | a7b9a6afea2a9d7a7bfac4c5eb4c1a8e60adb9e6 (diff) | |
download | ydb-f76323e9b295c15751e51e3443aa47a36bee8023.tar.gz |
Merge pull request #11788 from ydb-platform/mergelibs-241120-1113
Library import 241120-1113
Diffstat (limited to 'contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch')
-rw-r--r-- | contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch b/contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch index c7a2678844..d6113b4851 100644 --- a/contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch +++ b/contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch @@ -1,8 +1,8 @@ diff --git a/include/bitset b/include/bitset -index e4c01e6..7ad332c 100644 +index a3b1dc3..d7112a7 100644 --- a/include/bitset +++ b/include/bitset -@@ -150,6 +150,10 @@ _LIBCPP_PUSH_MACROS +@@ -151,6 +151,10 @@ _LIBCPP_PUSH_MACROS #include <__undef_macros> @@ -13,7 +13,7 @@ index e4c01e6..7ad332c 100644 _LIBCPP_BEGIN_NAMESPACE_STD template <size_t _N_words, size_t _Size> -@@ -289,9 +293,9 @@ inline +@@ -290,9 +294,9 @@ inline _LIBCPP_CONSTEXPR __bitset<_N_words, _Size>::__bitset(unsigned long long __v) _NOEXCEPT #ifndef _LIBCPP_CXX03_LANG |