2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 03:42:19 +00:00

- fixed typo in exception.hpp

[SVN r37870]
This commit is contained in:
Gunter Winkler
2007-06-02 11:17:08 +00:00
parent a91910b8de
commit 352abadbd8

View File

@@ -175,7 +175,6 @@ namespace boost { namespace numeric { namespace ublas {
explicit singular (const char *)
{}
void raise () {
throw *this;
std::abort ();
}
#endif