Remove random::uniform_real_distribution copy constructor
This commit is contained in:
parent
056a855a32
commit
bb0c3bb178
1 changed files with 0 additions and 2 deletions
|
|
@ -27,8 +27,6 @@ namespace psemek::random
|
|||
: range_(range)
|
||||
{}
|
||||
|
||||
uniform_real_distribution(uniform_real_distribution const &) = default;
|
||||
|
||||
template <typename RNG>
|
||||
T operator()(RNG && rng);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue