X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fpy2yacs%2Fpy2yacs.hxx;h=039f4443b45675f6c1c4a55e64fb88f04e63d796;hb=8321d5a834f6e015ac73884a351af6a35ee802a0;hp=a6d1e9b80948607992fb96655b8aa38d9d8897c6;hpb=a23297fae67e406c4b7f4a3361877346e15b9263;p=modules%2Fyacs.git diff --git a/src/py2yacs/py2yacs.hxx b/src/py2yacs/py2yacs.hxx index a6d1e9b80..039f4443b 100644 --- a/src/py2yacs/py2yacs.hxx +++ b/src/py2yacs/py2yacs.hxx @@ -38,8 +38,8 @@ class PY2YACSLIB_EXPORT Py2yacsException: std::exception { public: Py2yacsException(const std::string& what); - virtual ~Py2yacsException()throw (); - virtual const char *what() const throw (); + virtual ~Py2yacsException() noexcept; + virtual const char *what() const noexcept; private: std::string _what; };