This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] libstdc++/28514
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: jason at redhat dot com, gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Tue, 17 Oct 2006 14:16:42 +0200
- Subject: Re: [v3] libstdc++/28514
- References: <20061017140916.a2bfda41.bkoz@redhat.com>
Thanks Benjamin,
a minor nit:
- __tmp += __mod<_UInt32Type, 1, 0, 0>(__gen()) * __factor;
- __factor *= _Shift<_UIntType, 32>::__value;
+ __tmp += __detail::__mod<__detail::_UInt32Type, 1, 0, 0>(__gen()) * __factor;
overlong line?
Paolo.