Remove dynamic exceptions
[anna.git] / include / anna / core / Singleton.hpp
index 2c869fb..4423587 100644 (file)
@@ -64,7 +64,7 @@ namespace anna {
 ...
 ...
 
- void anyClass::anyFunction () throw (RuntimeException)
+ void anyClass::anyFunction () noexcept(false)
  {
     A& a (A::instantiate ());