This is the mail archive of the libstdc++-cvs@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]

r191688 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: emsr
Date: Tue Sep 25 03:26:36 2012
New Revision: 191688

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191688
Log:
Implement the K-distribution as an extension.

Added:
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/cons/
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/cons/default.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/cons/parms.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/operators/
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/operators/equal.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/operators/inequal.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/operators/serialize.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/explicit_instantiation/
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/explicit_instantiation/1.cc
    trunk/libstdc++-v3/testsuite/ext/random/k_distribution/requirements/typedefs.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/ext/random
    trunk/libstdc++-v3/include/ext/random.tcc


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