r187379 - in /branches/gcc-4_7-branch/libstdc++...
dj@gcc.gnu.org
dj@gcc.gnu.org
Thu May 10 21:07:00 GMT 2012
Author: dj
Date: Thu May 10 21:07:04 2012
New Revision: 187379
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187379
Log:
* include/bits/random.tcc (seed_seq::generate): Cast max()
operands to size_t to ensure a template match.
* include/std/bitset (_M_copy_from_ptr): Cast min() operands to
size_t to ensure a template match.
Modified:
branches/gcc-4_7-branch/libstdc++-v3/ChangeLog
branches/gcc-4_7-branch/libstdc++-v3/include/bits/random.tcc
branches/gcc-4_7-branch/libstdc++-v3/include/std/bitset
More information about the Libstdc++-cvs
mailing list