Implement hypergeometric_distribution as an extension.

Andreas Schwab schwab@linux-m68k.org
Fri Nov 22 09:31:00 GMT 2013


Ed Smith-Rowland <3dw4rd@verizon.net> writes:

> +void
> +test01()
> +{
> +  using namespace __gnu_test;
> +
> +  std::mt19937 eng;
> +
> +  __gnu_cxx::hypergeometric_distribution hd1{15, 3, 2};

libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/operators/values.cc:36:42: error: missing template arguments before 'hd1'

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



More information about the Libstdc++ mailing list