Re: PR libstdc++/65883 missing unsigned in numeric_limits

2015-04-28 Thread Jonathan Wakely
On 28/04/15 14:47 +0200, Marc Glisse wrote: Hello, this patch fixes an obvious typo. Regtested without problem, and I manually checked that the new return value of max() makes more sense. OK, thanks.

PR libstdc++/65883 missing unsigned in numeric_limits

2015-04-28 Thread Marc Glisse
Hello, this patch fixes an obvious typo. Regtested without problem, and I manually checked that the new return value of max() makes more sense. 2015-04-28 Marc Glisse PR libstdc++/65883 * include/std/limits (numeric_limits): Add missing unsigned. -- Marc GlisseIndex: inclu