diff options
author | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-11-20 11:14:58 +0000 |
commit | 31773f157bf8164364649b5f470f52dece0a4317 (patch) | |
tree | 33d0f7eef45303ab68cf08ab381ce5e5e36c5240 /contrib/libs/cxxsupp/libcxx/patches/27-bitset.patch | |
parent | 2c7938962d8689e175574fc1e817c05049f27905 (diff) | |
parent | eff600952d5dfe17942f38f510a8ac2b203bb3a5 (diff) | |
download | ydb-31773f157bf8164364649b5f470f52dece0a4317.tar.gz |
Merge branch 'rightlib' into mergelibs-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 |