diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-19 11:56:26 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-08-19 12:22:50 +0300 |
commit | 212b9b68a6d82b2a1fba894c4440b278571f0a74 (patch) | |
tree | b33a94eba7ebeba8cf356d3ecf3733f6bd1639ad /contrib | |
parent | 1c230f091887c1b37ebaac3c86ff3dac8af836da (diff) | |
download | ydb-212b9b68a6d82b2a1fba894c4440b278571f0a74.tar.gz |
Update contrib/restricted/boost/random to 1.86.0
831b10ad7fdae07c015a7b770cea7db73b4af568
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/restricted/boost/random/src/random_device.cpp | 4 | ||||
-rw-r--r-- | contrib/restricted/boost/random/ya.make | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/contrib/restricted/boost/random/src/random_device.cpp b/contrib/restricted/boost/random/src/random_device.cpp index 35730d0bb6..4719a402cf 100644 --- a/contrib/restricted/boost/random/src/random_device.cpp +++ b/contrib/restricted/boost/random/src/random_device.cpp @@ -10,7 +10,9 @@ * */ -#define BOOST_RANDOM_SOURCE +#ifndef BOOST_RANDOM_SOURCE +# define BOOST_RANDOM_SOURCE +#endif #include <boost/random/random_device.hpp> #include <boost/config.hpp> diff --git a/contrib/restricted/boost/random/ya.make b/contrib/restricted/boost/random/ya.make index 8cd82ab19c..bdbfb4c822 100644 --- a/contrib/restricted/boost/random/ya.make +++ b/contrib/restricted/boost/random/ya.make @@ -6,9 +6,9 @@ LICENSE(BSL-1.0) LICENSE_TEXTS(.yandex_meta/licenses.list.txt) -VERSION(1.85.0) +VERSION(1.86.0) -ORIGINAL_SOURCE(https://github.com/boostorg/random/archive/boost-1.85.0.tar.gz) +ORIGINAL_SOURCE(https://github.com/boostorg/random/archive/boost-1.86.0.tar.gz) PEERDIR( contrib/restricted/boost/array |