Commit 7b12f4d
committed
Remove dependency on Boost.random.
Boost.iostreams now requires C++11, so normally a <random>
implementation shall exists in the compiling toolchain, so use this
instead of the Boost implementation.
This allows to no longer depend explicitly on libboost_random.so, which
is now the case with the recent modular works (see other case of these
extra dependencies being added with modular changes in
boostorg/regex#253 or
boostorg/system#132)1 parent 8561bdb commit 7b12f4d
2 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 27 | + | |
33 | 28 | | |
34 | 29 | | |
35 | 30 | | |
| |||
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
72 | | - | |
73 | | - | |
| 67 | + | |
| 68 | + | |
74 | 69 | | |
75 | 70 | | |
76 | 71 | | |
| |||
0 commit comments