]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/26_numerics/random/poisson_distribution/requirements/typedefs.cc
Add testsuite checks for param_type in the <random> distributions.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / 26_numerics / random / poisson_distribution / requirements / typedefs.cc
index d6a600293dac97ccd3efc211fb15ffc7be74e39c..2fcf59805421f54af1f88f63a903f5f98fcc5f8e 100644 (file)
@@ -4,7 +4,7 @@
 //
 // 2008-11-24  Edward M. Smith-Rowland <3dw4rd@verizon.net>
 //
-// Copyright (C) 2008, 2009 Free Software Foundation, Inc.
+// Copyright (C) 2008, 2009, 2012 Free Software Foundation, Inc.
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -32,4 +32,5 @@ test01()
   typedef std::poisson_distribution<int> test_type;
 
   typedef test_type::result_type result_type;
+  typedef test_type::param_type param_type;
 }