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" <libstdc++ at gcc dot gnu dot org>
- Date: Sun, 17 Nov 2013 22:59:29 +0100
- Subject: Re: Implement hypergeometric_distribution as an extension.
- Authentication-results: sourceware.org; auth=none
- References: <52893874 dot 2060003 at verizon dot net>
On 11/17/2013 10:43 PM, Ed Smith-Rowland wrote:
Index: include/ext/random.tcc
===================================================================
--- include/ext/random.tcc (revision 204912)
+++ include/ext/random.tcc (working copy)
@@ -32,6 +32,7 @@
#pragma GCC system_header
+#include <tr1/cmath>
I suppose this is just spurious?!?
Paolo.