gcc/libstdc++-v3
Paolo Carlini 9b88236b34 random.h (_Adaptor): Simplify for _DInputType always a floating point type.
2009-06-19  Paolo Carlini  <paolo.carlini@oracle.com>

	* include/bits/random.h (_Adaptor): Simplify for _DInputType always
	a floating point type.
	(uniform_int_distribution<>::uniform_int_distribution(_IntType,
	_IntType)): Fix second default argument.
	(uniform_int_distribution<>::_M_call): Remove.
	(uniform_int_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&)): Only declare.
	* include/bits/random.tcc (uniform_int_distribution<>::_M_call(
	_UniformRandomNumberGenerator&, result_type, result_type, true_type):
	Remove.
	uniform_int_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&): Define here.
	(geometric_distribution<>::operator()(_UniformRandomNumberGenerator&,
	const param_type&), discrete_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&), 
	piecewise_constant_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&),
	piecewise_linear_distribution<>::operator()
	(_UniformRandomNumberGenerator&, const param_type&)): Use double as
	the second template argument of _Adaptor.
	* testsuite/26_numerics/random/uniform_int_distribution/cons/
	default.cc: Adjust.

From-SVN: r148720
2009-06-19 17:49:31 +00:00
..
config re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test) 2009-05-22 01:28:50 +00:00
doc status_cxx200x.xml: Note missing constexpr for random number engines... 2009-05-12 22:16:52 +00:00
include random.h (_Adaptor): Simplify for _DInputType always a floating point type. 2009-06-19 17:49:31 +00:00
libsupc++ exception_ptr.h (exception_ptr::swap(exception_ptr&&)): Remove. 2009-06-16 22:24:41 +01:00
po
python hook.in: Do not fail when there is no current objfile. 2009-06-17 20:06:27 +00:00
scripts create_testsuite_files: Remove thread directory. 2009-04-30 20:04:03 +01:00
src re PR libstdc++/40094 (FAIL: ext/throw_allocator/deallocate_global.cc execution test) 2009-05-22 01:32:49 +00:00
testsuite random.h (_Adaptor): Simplify for _DInputType always a floating point type. 2009-06-19 17:49:31 +00:00
acinclude.m4 Makefile.in, [...]: New files. 2009-05-28 17:14:18 +00:00
aclocal.m4
ChangeLog random.h (_Adaptor): Simplify for _DInputType always a floating point type. 2009-06-19 17:49:31 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 2009-04-13 Paolo Carlini <paolo.carlini@oracle.com> 2009-04-13 14:41:54 +00:00
config.h.in
configure crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets. 2009-06-02 19:15:03 +00:00
configure.ac configure.ac: Bump libtool_VERSION to 6:12:0. 2009-05-07 10:22:46 +00:00
configure.host
crossconfig.m4 crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets. 2009-06-02 19:15:03 +00:00
fragment.am
linkage.m4
Makefile.am Makefile.in, [...]: New files. 2009-05-28 17:14:18 +00:00
Makefile.in Makefile.in, [...]: New files. 2009-05-28 17:14:18 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.