This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

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


Author: drepper
Date: Sun Jul 13 11:07:44 2014
New Revision: 212492

URL: https://gcc.gnu.org/viewcvs?rev=212492&root=gcc&view=rev
Log:
2014-07-12  Ulrich Drepper  <drepper@gmail.com>

	* include/ext/random: Add uniform_on_sphere_distribution definition.
	* include/ext/random.tcc: Add out-of-band member function definitions
	for uniform_on_sphere_distribution.
	* testsuite/ext/random/uniform_on_sphere_distribution/
	cons/default.cc: New file.
	* testsuite/ext/random/uniform_on_sphere_distribution/
	operators/equal.cc: New file.
	* testsuite/ext/random/uniform_on_sphere_distribution/
	operators/inequal.cc: New file.
	* testsuite/ext/random/uniform_on_sphere_distribution/
	operators/serialize.cc: New file.


Added:
    trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/
    trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/
    trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/cons/default.cc
    trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/operators/
    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
    trunk/libstdc++-v3/testsuite/ext/random/uniform_on_sphere_distribution/requirements/
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]