]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/ext/random/pareto_distribution/cons/default.cc
P0935R0 Eradicating unnecessarily explicit default constructors
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / ext / random / pareto_distribution / cons / default.cc
index 368d7da19101319c36ca1898276c537242659a74..440eefa00fbda01ef61825c92398d42cea58d8ea 100644 (file)
@@ -43,6 +43,7 @@ test02()
 {
   __gnu_test::implicitly_default_constructible test;
   test.operator()<__gnu_cxx::pareto_distribution<>>();
+  test.operator()<__gnu_cxx::pareto_distribution<>::param_type>();
 }
 
 int