aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-04-30 10:44:36 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2024-04-30 11:07:26 +0300
commite158ae90ea9220be8576e240d1cf48ba5650f74e (patch)
treef88386e6c1b59c25a8d07adf5652872989f7f087 /contrib
parent594beb708cf067a2cee6fea5d33621fac5cbfbb3 (diff)
downloadydb-e158ae90ea9220be8576e240d1cf48ba5650f74e.tar.gz
Intermediate changes
Diffstat (limited to 'contrib')
-rw-r--r--contrib/restricted/boost/pool/include/boost/pool/pool.hpp2
-rw-r--r--contrib/restricted/boost/pool/ya.make4
-rw-r--r--contrib/restricted/boost/range/ya.make4
-rw-r--r--contrib/restricted/boost/spirit/ya.make4
4 files changed, 7 insertions, 7 deletions
diff --git a/contrib/restricted/boost/pool/include/boost/pool/pool.hpp b/contrib/restricted/boost/pool/include/boost/pool/pool.hpp
index 12728a7aea..f6d9e6c82f 100644
--- a/contrib/restricted/boost/pool/include/boost/pool/pool.hpp
+++ b/contrib/restricted/boost/pool/include/boost/pool/pool.hpp
@@ -360,7 +360,7 @@ class pool: protected simple_segregated_storage < typename UserAllocator::size_t
size_type max_chunks() const
{ //! Calculated maximum number of memory chunks that can be allocated in a single call by this Pool.
size_type POD_size = integer::static_lcm<sizeof(size_type), sizeof(void *)>::value + sizeof(size_type);
- return (std::numeric_limits<size_type>::max() - POD_size) / alloc_size();
+ return ((std::numeric_limits<size_type>::max)() - POD_size) / alloc_size();
}
static void * & nextof(void * const ptr)
diff --git a/contrib/restricted/boost/pool/ya.make b/contrib/restricted/boost/pool/ya.make
index eea44c0f9b..0dd8306e5d 100644
--- a/contrib/restricted/boost/pool/ya.make
+++ b/contrib/restricted/boost/pool/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.84.0)
+VERSION(1.85.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.84.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/pool/archive/boost-1.85.0.tar.gz)
PEERDIR(
contrib/restricted/boost/assert
diff --git a/contrib/restricted/boost/range/ya.make b/contrib/restricted/boost/range/ya.make
index 3cdd2034dc..c5a9ea8ef5 100644
--- a/contrib/restricted/boost/range/ya.make
+++ b/contrib/restricted/boost/range/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.84.0)
+VERSION(1.85.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/range/archive/boost-1.84.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/range/archive/boost-1.85.0.tar.gz)
PEERDIR(
contrib/restricted/boost/array
diff --git a/contrib/restricted/boost/spirit/ya.make b/contrib/restricted/boost/spirit/ya.make
index 364b88da08..df049b6ba7 100644
--- a/contrib/restricted/boost/spirit/ya.make
+++ b/contrib/restricted/boost/spirit/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
-VERSION(1.84.0)
+VERSION(1.85.0)
-ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.84.0.tar.gz)
+ORIGINAL_SOURCE(https://github.com/boostorg/spirit/archive/boost-1.85.0.tar.gz)
PEERDIR(
contrib/restricted/boost/array