| Submitter | Paolo Carlini |
|---|---|
| Date | Oct. 6, 2011, 12:03 a.m. |
| Message ID | <4E8CF062.8030403@oracle.com> |
| Download | mbox | patch |
| Permalink | /patch/117944/ |
| State | New |
| Headers | show |
Comments
On 10/06/2011 02:03 AM, Paolo Carlini wrote: > Hi, > > the below hunk seems spurious?!? ... I went ahead and reverted the change, wasn't documented anywhere, definitely unintended. Paolo.
> ... I went ahead and reverted the change, wasn't documented anywhere, > definitely unintended. Thanks -benjamin
Patch
Index: include/bits/locale_facets.tcc =================================================================== --- include/bits/locale_facets.tcc (revision 179579) +++ include/bits/locale_facets.tcc (working copy) @@ -635,15 +635,11 @@ const char_type __c = *__beg; - if (!__donef) - __testf = __c == __lc->_M_falsename[__n]; - + __testf = __c == __lc->_M_falsename[__n]; if (!__testf&& __donet) break; - if (!__donet) - __testt = __c == __lc->_M_truename[__n]; - + __testt = __c == __lc->_M_truename[__n]; if (!__testt&& __donef) break;