[EMAIL PROTECTED] wrote:
Author: faridz
Date: Tue Mar 18 07:09:17 2008
New Revision: 638369

[...]
Modified: stdcxx/trunk/include/loc/_num_get.h
URL: 
http://svn.apache.org/viewvc/stdcxx/trunk/include/loc/_num_get.h?rev=638369&r1=638368&r2=638369&view=diff
==============================================================================
--- stdcxx/trunk/include/loc/_num_get.h (original)
+++ stdcxx/trunk/include/loc/_num_get.h Tue Mar 18 07:09:17 2008
@@ -259,6 +259,87 @@
[...]
+    else if (__lval > __int_max) {
+        __err |= _RW::__rw_failbit;
+        return = int (_RWSTD_INT_MAX);
           ^^^^^^^^^^^^

This looks like a typo (I'm getting a build error).

Martin

Reply via email to