Remove dynamic exceptions
[anna.git] / source / dbms / Data.cpp
index 3e75b0f..976fe49 100644 (file)
@@ -13,7 +13,7 @@
 using namespace anna;
 
 std::string dbms::Data::asString() const
-throw() {
+{
   static const char* typeName [] = { "Integer", "String", "Float", "ShortBlock", "LongBlock", "Date", "TimeStamp" };
   std::string result("dbms::Data { Type: ");
   result += typeName [a_type];