This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Implement hypergeometric_distribution as an extension.


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."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]