]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Windows port.
authorageay <ageay>
Fri, 26 Feb 2010 10:38:46 +0000 (10:38 +0000)
committerageay <ageay>
Fri, 26 Feb 2010 10:38:46 +0000 (10:38 +0000)
src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx

index a4d133d343990668ee8492b0237b87793d67fb47..d5d14259d543302cb2a42a2074a9616f57efa17e 100644 (file)
@@ -531,7 +531,7 @@ namespace INTERP_KERNEL
       catch(...)
         {
           _M_put_node(__n);
-          __throw_exception_again;
+          throw;
         }
     }
 
@@ -917,7 +917,7 @@ namespace INTERP_KERNEL
                         __tmp[__bucket] = __next;
                       }
                   }
-                __throw_exception_again;
+                throw;
               }
           }
       }
@@ -1005,7 +1005,7 @@ namespace INTERP_KERNEL
     catch(...)
       {
         clear();
-        __throw_exception_again;
+        throw;
       }
   }
 }