Remove dynamic exceptions
[anna.git] / include / anna / xml / internal / sccs.hpp
index a22bebd..d6928c8 100644 (file)
@@ -15,7 +15,7 @@ namespace xml {
 
 class sccs {
 public:
-  static void activate() throw();
+  static void activate() ;
 };
 
 }