Remove dynamic exceptions
[anna.git] / source / core / AutoPointer.cpp
index d0b46d1..ed981a8 100644 (file)
@@ -13,7 +13,7 @@ using namespace anna;
 
 //virtual
 String AutoPointer::asString() const
-throw() {
+{
   String result("AutoPointer { WhenFinished: ");
   result += (a_whenFinished == WhenFinished::Ignore) ? "Ignore" : "Delete";
   return result += " }";