]> git.ipfire.org Git - thirdparty/gcc.git/commit - libstdc++-v3/testsuite/ext/random/rice_distribution/cons/parms.cc
Add the rice distribution as an extension.
authorEdward Smith-Rowland <3dw4rd@verizon.net>
Sun, 16 Sep 2012 17:36:56 +0000 (17:36 +0000)
committerEdward Smith-Rowland <emsr@gcc.gnu.org>
Sun, 16 Sep 2012 17:36:56 +0000 (17:36 +0000)
commit283126182e96c60b57f8a554b4850d573341797b
tree60ba16a7028598bfffd663a2c5ffbc8dfc510b43
parentbfcb02b2080a6b35e849e9a4ad30075fa9fc6079
Add the rice distribution as an extension.

From-SVN: r191362
libstdc++-v3/ChangeLog
libstdc++-v3/include/ext/random
libstdc++-v3/include/ext/random.tcc
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/cons/default.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/cons/parms.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/operators/equal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/operators/inequal.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/operators/serialize.cc [new file with mode: 0644]
libstdc++-v3/testsuite/26_numerics/random/rice_distribution/requirements/typedefs.cc [new file with mode: 0644]