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]

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


Author: redi
Date: Mon Aug 24 13:43:36 2015
New Revision: 227126

URL: https://gcc.gnu.org/viewcvs?rev=227126&root=gcc&view=rev
Log:
	PR libstdc++/67309
	* include/bits/random.tcc
	(poisson_distribution::param_type::_M_initialize): Use max<double>.
	(binomial_distribution::param_type::_M_initialize): Likewise.
	* testsuite/17_intro/headers/c++200x/67309.cc: New.
	* testsuite/17_intro/headers/c++200x/all_attributes.cc: Remove
	redundant header.

Added:
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/67309.cc
      - copied, changed from r227110, trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/random.tcc
    trunk/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_attributes.cc


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