Remove dynamic exceptions
[anna.git] / source / dbms / Bind.cpp
index b54cdbe..ae2cb13 100644 (file)
@@ -12,7 +12,7 @@
 using namespace anna;
 
 std::string dbms::Bind::asString() const
-throw() {
+{
   std::string result("dbms::Bind { Name: ");
   result += a_name;
   result += " | ";