]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/include/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp
exception.hpp (pb_ds): Modify for -fno-exceptions.
[thirdparty/gcc.git] / libstdc++-v3 / include / ext / pb_ds / detail / gp_hash_table_map_ / constructor_destructor_fn_imps.hpp
index fea41777067abf19faee280ff52ceeb03139419f..1491a91671ec0fc7fc4309b242d12ebb1fccc3e6 100644 (file)
@@ -164,7 +164,7 @@ PB_DS_CLASS_NAME(const PB_DS_CLASS_C_DEC& other) :
   catch(...)
     {
       deallocate_all();
-      throw;
+      __throw_exception_again;
     }
   _GLIBCXX_DEBUG_ONLY(PB_DS_CLASS_C_DEC::assert_valid();)
 }