]> git.ipfire.org Git - thirdparty/gcc.git/commit
[multiple changes]
authorPaolo Carlini <paolo@gcc.gnu.org>
Sat, 20 Oct 2007 10:03:10 +0000 (10:03 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Sat, 20 Oct 2007 10:03:10 +0000 (10:03 +0000)
commitf6e4be8eca4478471837967bdb1c11528cee39e6
tree0e47a4566c21f204f231223a481c9a60ed5f0a04
parentf3be87cd22f6d46f84394c40b720a0db9d4f5cdf
[multiple changes]

2007-10-20  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/random
(uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type,
result_type, true_type)): Fix small thinko.

2007-10-19  Paolo Carlini  <pcarlini@suse.de>

PR libstdc++/33815
* include/tr1/random
(uniform_int<>::_M_call(_UniformRandomNumberGenerator&, result_type,
result_type, true_type)): Avoid the modulo (which uses the low-order
bits).

From-SVN: r129508
libstdc++-v3/ChangeLog