This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r187379 - in /branches/gcc-4_7-branch/libstdc++...
- From: dj at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Thu, 10 May 2012 21:07:05 -0000
- Subject: r187379 - in /branches/gcc-4_7-branch/libstdc++...
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