Skip to content

Commit

Permalink
reverted last change
Browse files Browse the repository at this point in the history
  • Loading branch information
raneamri committed Aug 11, 2024
1 parent c8d62e9 commit 438706b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ql/qlrisks.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::mt19937, void> : false_type {};
template <>
struct _Has_static_min_max<std::mt19937, void> : false_type {};
}

#endif
Expand Down

0 comments on commit 438706b

Please sign in to comment.