From bb0c3bb178a1bedda77dad373f22fa2287729142 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Tue, 30 Jun 2026 23:45:40 +0300 Subject: [PATCH] Remove random::uniform_real_distribution copy constructor --- libs/random/include/psemek/random/uniform_real.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/random/include/psemek/random/uniform_real.hpp b/libs/random/include/psemek/random/uniform_real.hpp index 531d7524..e8c62ed3 100644 --- a/libs/random/include/psemek/random/uniform_real.hpp +++ b/libs/random/include/psemek/random/uniform_real.hpp @@ -27,8 +27,6 @@ namespace psemek::random : range_(range) {} - uniform_real_distribution(uniform_real_distribution const &) = default; - template T operator()(RNG && rng);