From e6d6d61fb718e3367f058d2e7189e07f235d67f5 Mon Sep 17 00:00:00 2001 From: ageay Date: Fri, 26 Feb 2010 10:38:46 +0000 Subject: [PATCH] Windows port. --- src/INTERP_KERNEL/Bases/InterpKernelHashTable.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; } } } -- 2.39.2