From: ageay Date: Fri, 26 Feb 2010 10:38:46 +0000 (+0000) Subject: Windows port. X-Git-Tag: V5_1_main_FINAL~183 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e6d6d61fb718e3367f058d2e7189e07f235d67f5;p=tools%2Fmedcoupling.git Windows port. --- diff --git a/src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx b/src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx index a4d133d34..d5d14259d 100644 --- a/src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx +++ b/src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx @@ -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; } } }