Просмотр исходного кода

Add missing includes. Without them g++ 3.4 can't compile the following
program:

#include <boost/random.hpp>
using namespace boost;
boost::mt19937 rng;
uniform_int<> gen(0, 10);

void do_it()
{
gen(rng);
}


[SVN r25475]

Vladimir Prus 21 лет назад
Родитель
Сommit
91fd2d168f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      libs/random

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 3e53b922c78a885babcf90e3415816ff2d038b86
+Subproject commit 27ecfe77d4ec2799ec0a4a6a79db8452d594817b

粤ICP备19079148号