mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
re PR libstdc++/11990 ("operand of conditional has no effect" warnings in libstdc++)
2003-08-29 Nathan Myers <ncm@cantrip.org> PR libstdc++/11990 * include/bits/locale_facets.tcc (__pad): delete dead code. From-SVN: r70915
This commit is contained in:
parent
8e3a7070fe
commit
a3aff86a54
@ -1,3 +1,8 @@
|
||||
2003-08-29 Nathan Myers <ncm@cantrip.org>
|
||||
|
||||
PR libstdc++/11990
|
||||
* include/bits/locale_facets.tcc (__pad): delete dead code.
|
||||
|
||||
2003-08-28 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* configure.ac: Test $with_cross_host against $build_alias, not $build.
|
||||
|
@ -2238,7 +2238,7 @@ namespace std
|
||||
}
|
||||
else if (__testsign)
|
||||
{
|
||||
_Traits::eq((__news[0] = __olds[0]), __plus) ? __plus : __minus;
|
||||
__news[0] = __olds[0];
|
||||
++__mod;
|
||||
++__news;
|
||||
__beg = __pads;
|
||||
|
Loading…
Reference in New Issue
Block a user