r213779 - in /trunk/libstdc++-v3: ChangeLog inc...
drepper@gcc.gnu.org
drepper@gcc.gnu.org
Sat Aug 9 17:56:00 GMT 2014
Author: drepper
Date: Sat Aug 9 17:56:57 2014
New Revision: 213779
URL: https://gcc.gnu.org/viewcvs?rev=213779&root=gcc&view=rev
Log:
* include/ext/random.tcc (uniform_on_sphere_helper): Define.
(uniform_on_sphere_distribution::operator()): Use the new helper
class for the implementation.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
equal.cc: Remove bogus part of comment.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
inequal.cc: Likewise.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
serialize.cc: Add check to verify result of serialzation and
deserialization.
* testsuite/ext/random/uniform_on_sphere_distribution/operators/
generate.cc: New file.
Added:
trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/generate.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/ext/random.tcc
trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/equal.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/inequal.cc
trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/serialize.cc
More information about the Libstdc++-cvs
mailing list