X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Fxml%2FxmlBasic%2Fmain.cpp;h=2d39efcee525d87bb0d1b651de9663094a2d85bf;hb=cef452116c2966d7eaa65ff31ee7613bf3ae1b93;hp=efac62c02f94df833b6e83732cb3af4e425f10fa;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/xml/xmlBasic/main.cpp b/example/xml/xmlBasic/main.cpp index efac62c..2d39efc 100644 --- a/example/xml/xmlBasic/main.cpp +++ b/example/xml/xmlBasic/main.cpp @@ -20,7 +20,7 @@ public: Test (); private: - void run () throw (anna::RuntimeException); + void run () noexcept(false); }; using namespace std; @@ -59,7 +59,7 @@ Test::Test () : } void Test::run () - throw (RuntimeException) + noexcept(false) { CommandLine& commandLine (CommandLine::instantiate ());