Remove dynamic exceptions
[anna.git] / source / xml / Namespace.cpp
index 413a5ae..a86f875 100644 (file)
@@ -12,7 +12,7 @@ using namespace std;
 using namespace anna;
 
 string xml::Namespace::asString() const
-throw() {
+{
   string result("xml::Namespace { Name: ");
   result += a_name;
   result += " | Reference: ";