Browse Source

Update contrib/restricted/boost/random to 1.86.0
831b10ad7fdae07c015a7b770cea7db73b4af568

robot-contrib 6 months ago
parent
commit
212b9b68a6

+ 3 - 1
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>

+ 2 - 2
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