diff mbox

[v3] versioned-namespaces spelling/soname change

Message ID 4E8CF062.8030403@oracle.com
State New
Headers show

Commit Message

Paolo Carlini Oct. 6, 2011, 12:03 a.m. UTC
Hi,

the below hunk seems spurious?!?

Paolo.

/////////////

Comments

Paolo Carlini Oct. 6, 2011, 10:12 a.m. UTC | #1
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.
Benjamin Kosnik Oct. 6, 2011, 10:16 p.m. UTC | #2
> ... I went ahead and reverted the change, wasn't documented anywhere, 
> definitely unintended.

Thanks

-benjamin
diff mbox

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;