X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=include%2Fanna%2Fcore%2FSingleton.hpp;h=442358703cf768fc865e1bd4aa58cfd394c9b467;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hp=2c869fb35b5ed52d5b12e5b33d4e8d875afa2197;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/include/anna/core/Singleton.hpp b/include/anna/core/Singleton.hpp index 2c869fb..4423587 100644 --- a/include/anna/core/Singleton.hpp +++ b/include/anna/core/Singleton.hpp @@ -64,7 +64,7 @@ namespace anna { ... ... - void anyClass::anyFunction () throw (RuntimeException) + void anyClass::anyFunction () noexcept(false) { A& a (A::instantiate ());