X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FJSONReader%2Fplugin%2FJSONParserModule%2FvtkJSONParser.cxx;h=e0d523b63210900409272cc89c4dadc4f7048c6a;hb=1872421989f63893a0461902eb572143d19f388e;hp=13fce7edfad32262db32c46f7dc13543c9439b75;hpb=1b88bf920850aabea9625aa061fd4ec8d4bd5210;p=modules%2Fparavis.git diff --git a/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx index 13fce7ed..e0d523b6 100644 --- a/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx +++ b/src/Plugins/JSONReader/plugin/JSONParserModule/vtkJSONParser.cxx @@ -1,4 +1,4 @@ -// Copyright (C) 2015-2019 CEA/DEN, EDF R&D +// Copyright (C) 2015-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 @@ -93,12 +93,12 @@ vtkJSONException::vtkJSONException(const char* reason) } //--------------------------------------------------- -vtkJSONException::~vtkJSONException() throw() +vtkJSONException::~vtkJSONException() noexcept { } //--------------------------------------------------- -const char* vtkJSONException::what() const throw() +const char* vtkJSONException::what() const noexcept { return Reason.c_str(); }