Forgot the CL entry for the Hoyt and arcsine distributions.
authorEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 12 Oct 2012 15:16:29 +0000 (15:16 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Fri, 12 Oct 2012 15:16:29 +0000 (15:16 +0000)
From-SVN: r192404

libstdc++-v3/ChangeLog

index f9fb77c..e23ef31 100644 (file)
@@ -1,3 +1,32 @@
+2012-10-12  Edward Smith-Rowland  <3dw4rd@verizon.net>
+
+       * include/ext/random: Add __gnu_cxx::arcsine_distribution<>
+       and __gnu_cxx::hoyt_distribution<> classes.
+       * include/ext/random.tcc: Add out-of-line functions for
+       __gnu_cxx::arcsine_distribution<> and __gnu_cxx::hoyt_distribution<>.
+       * testsuite/ext/random/hoyt_distribution/cons/parms.cc: New file.
+       * testsuite/ext/random/hoyt_distribution/cons/default.cc: New file.
+       * testsuite/ext/random/hoyt_distribution/requirements/
+       explicit_instantiation/1.cc: New file.
+       * testsuite/ext/random/hoyt_distribution/requirements/typedefs.cc:
+       New file.
+       * testsuite/ext/random/hoyt_distribution/operators/inequal.cc: New file.
+       * testsuite/ext/random/hoyt_distribution/operators/equal.cc: New file.
+       * testsuite/ext/random/hoyt_distribution/operators/serialize.cc:
+       New file.
+       * testsuite/ext/random/arcsine_distribution/cons/parms.cc: New file.
+       * testsuite/ext/random/arcsine_distribution/cons/default.cc: New file.
+       * testsuite/ext/random/arcsine_distribution/requirements/
+       explicit_instantiation/1.cc: New file.
+       * testsuite/ext/random/arcsine_distribution/requirements/typedefs.cc:
+       New file.
+       * testsuite/ext/random/arcsine_distribution/operators/inequal.cc:
+       New file.
+       * testsuite/ext/random/arcsine_distribution/operators/equal.cc:
+       New file.
+       * testsuite/ext/random/arcsine_distribution/operators/serialize.cc:
+       New file.
+
 2012-10-12  Paolo Carlini  <paolo.carlini@oracle.com>
 
        * include/bits/hashtable_policy.h: Revert libstdc++/53067 quick