stabilize store merging
[official-gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / pr60037-neg.cc
blobad2cbc6e71b5b0706ce8295cf2d1adb89b961a3c
1 // { dg-do compile { target c++11 } }
3 #include <random>
5 std::mt19937 urng;
7 std::__detail::_Adaptor<std::mt19937, unsigned long> aurng(urng);
9 auto x = std::generate_canonical<std::size_t,
10 std::numeric_limits<std::size_t>::digits>(urng);
12 // { dg-error "static assertion failed: template argument must be a floating point type" "" { target *-*-* } 160 }
14 // { dg-error "static assertion failed: template argument must be a floating point type" "" { target *-*-* } 3314 }