Index: include/bits/random.h =================================================================== --- include/bits/random.h (revision 174216) +++ include/bits/random.h (working copy) @@ -1544,12 +1544,12 @@ #endif - result_type - min() const + static constexpr result_type + min() { return std::numeric_limits::min(); } - result_type - max() const + static constexpr result_type + max() { return std::numeric_limits::max(); } double