OSDN Git Service

2003-08-29 Nathan Myers <ncm@cantrip.org>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 17:40:12 +0000 (17:40 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 29 Aug 2003 17:40:12 +0000 (17:40 +0000)
PR libstdc++/11990
* include/bits/locale_facets.tcc (__pad): delete dead code.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70915 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/locale_facets.tcc

index 0c8820a..139a753 100644 (file)
@@ -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.
index 46ee3a4..e76ac84 100644 (file)
@@ -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;