Remove dynamic exceptions
[anna.git] / source / xml / Attribute.cpp
index 9f8887f..f5f8438 100644 (file)
@@ -13,7 +13,7 @@ using namespace std;
 using namespace anna;
 
 string xml::Attribute::asString() const
-throw() {
+{
   std::string result("xml::Attribute {");
   result += Data::asString();
   result += " | Name: ";