X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Fpy2yacs%2Fpy2yacs.hxx;h=1498df8dda7980e41a71fb8795cc88b903b9be1b;hb=22868d035fb80bab64e0231d8dfffdf7afc240c3;hp=2cbcc1f296ef2ebf033df52fef4e951d640b764d;hpb=fbc4862b8d9d3803c5058c2d77e341b0cc3b1313;p=modules%2Fyacs.git diff --git a/src/py2yacs/py2yacs.hxx b/src/py2yacs/py2yacs.hxx index 2cbcc1f29..1498df8dd 100644 --- a/src/py2yacs/py2yacs.hxx +++ b/src/py2yacs/py2yacs.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2006-2019 CEA/DEN, EDF R&D +// Copyright (C) 2006-2023 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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; };