Skip to content

Commit 212b9b6

Browse files
committed
Update contrib/restricted/boost/random to 1.86.0
831b10ad7fdae07c015a7b770cea7db73b4af568
1 parent 1c230f0 commit 212b9b6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

contrib/restricted/boost/random/src/random_device.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*
1111
*/
1212

13-
#define BOOST_RANDOM_SOURCE
13+
#ifndef BOOST_RANDOM_SOURCE
14+
# define BOOST_RANDOM_SOURCE
15+
#endif
1416

1517
#include <boost/random/random_device.hpp>
1618
#include <boost/config.hpp>

contrib/restricted/boost/random/ya.make

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
66

77
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
88

9-
VERSION(1.85.0)
9+
VERSION(1.86.0)
1010

11-
ORIGINAL_SOURCE(https://github.com/boostorg/random/archive/boost-1.85.0.tar.gz)
11+
ORIGINAL_SOURCE(https://github.com/boostorg/random/archive/boost-1.86.0.tar.gz)
1212

1313
PEERDIR(
1414
contrib/restricted/boost/array

0 commit comments

Comments
 (0)