Remove dynamic exceptions
[anna.git] / include / anna / config / Release.hpp
index 0c9cbb4..5c46544 100644 (file)
@@ -21,13 +21,13 @@ public:
    * @brief getVersion
    * @return The version of this compilation
    */
-  static std::string getVersion() throw();
+  static std::string getVersion() ;
 
   /**
    * @brief getArchitecture
    * @return The literal which contains information about this release.
    */
-  static std::string getArchitecture() throw();
+  static std::string getArchitecture() ;
 };
 
 }