This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Implement hypergeometric_distribution as an extension.
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Ed Smith-Rowland <3dw4rd at verizon dot net>, libstdc++ at gcc dot gnu dot org
- Date: Thu, 21 Nov 2013 11:52:55 +0100
- Subject: Re: Implement hypergeometric_distribution as an extension.
- Authentication-results: sourceware.org; auth=none
- References: <52893874 dot 2060003 at verizon dot net> <52893C41 dot 8000800 at oracle dot com> <5289447D dot 7090102 at verizon dot net> <52895327 dot 8030407 at oracle dot com> <528D63FD dot 8040704 at verizon dot net> <528D6515 dot 9000709 at verizon dot net>
Hi,
On 11/21/2013 02:42 AM, Ed Smith-Rowland wrote:
...aaaand the actual patch...
Please change -std=c++11 to -std=gnu++11 in the testcases. Ok with those
changes.
Thanks!
Paolo.