Remove dynamic exceptions
[anna.git] / include / anna / xml / Binary.hpp
index b9bdf80..3b62f26 100644 (file)
@@ -36,7 +36,7 @@ protected:
 
   string_pool a_strings;
 
-  static int sizeOf(const Addressing::_v v) throw() { return v >> 3; }
+  static int sizeOf(const Addressing::_v v) { return v >> 3; }
 };
 
 }