From 352abadbd8b9ccab69cfee80e96ecb6cfd889a82 Mon Sep 17 00:00:00 2001 From: Gunter Winkler Date: Sat, 2 Jun 2007 11:17:08 +0000 Subject: [PATCH] - fixed typo in exception.hpp [SVN r37870] --- include/boost/numeric/ublas/exception.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/numeric/ublas/exception.hpp b/include/boost/numeric/ublas/exception.hpp index f9eb8140..ab6dde7c 100644 --- a/include/boost/numeric/ublas/exception.hpp +++ b/include/boost/numeric/ublas/exception.hpp @@ -175,7 +175,6 @@ namespace boost { namespace numeric { namespace ublas { explicit singular (const char *) {} void raise () { - throw *this; std::abort (); } #endif