From 438706b34e63ffe1acdd12d8fc5cd258651d0d6b Mon Sep 17 00:00:00 2001 From: imraneamri Date: Sun, 11 Aug 2024 13:12:12 +0100 Subject: [PATCH] reverted last change --- ql/qlrisks.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ql/qlrisks.hpp b/ql/qlrisks.hpp index 7837b47..b3b3fc4 100644 --- a/ql/qlrisks.hpp +++ b/ql/qlrisks.hpp @@ -491,8 +491,8 @@ namespace std { // this is needed to avoid std::random to revert to a binary / constexpr // implementation for Real in the random generator - //template <> - //struct _Has_static_min_max : false_type {}; + template <> + struct _Has_static_min_max : false_type {}; } #endif