We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c230f0 commit 212b9b6Copy full SHA for 212b9b6
contrib/restricted/boost/random/src/random_device.cpp
@@ -10,7 +10,9 @@
10
*
11
*/
12
13
-#define BOOST_RANDOM_SOURCE
+#ifndef BOOST_RANDOM_SOURCE
14
+# define BOOST_RANDOM_SOURCE
15
+#endif
16
17
#include <boost/random/random_device.hpp>
18
#include <boost/config.hpp>
contrib/restricted/boost/random/ya.make
@@ -6,9 +6,9 @@ LICENSE(BSL-1.0)
6
7
LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
8
9
-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
0 commit comments