X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=blobdiff_plain;f=example%2Fxml%2Fxpath%2Fmain.cpp;fp=example%2Fxml%2Fxpath%2Fmain.cpp;h=3e903a6af977b2fe324ffe2a75f081105cddb656;hp=f3558832c6676a2d668a8eb858d7726f06170f0a;hb=5a6cba5fde2b2f538a7515f8293cc0a8d9589dfa;hpb=af9c86ffb0e28d35ad94d99c5f77e41578c972b4 diff --git a/example/xml/xpath/main.cpp b/example/xml/xpath/main.cpp index f355883..3e903a6 100644 --- a/example/xml/xpath/main.cpp +++ b/example/xml/xpath/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 ());