blob: 3ab9c44232e3ebb1f134ca6b4a825ce7deebb496 [file] [log] [blame]
// { dg-do compile { target c++11 } }
// { dg-require-cstdint "" }
#include <random>
std::mt19937 urng;
std::__detail::_Adaptor<std::mt19937, unsigned long> aurng(urng);
auto x = std::generate_canonical<std::size_t,
std::numeric_limits<std::size_t>::digits>(urng);
// { dg-error "static assertion failed: template argument must be a floating point type" "" { target *-*-* } 169 }
// { dg-error "static assertion failed: template argument must be a floating point type" "" { target *-*-* } 3356 }