X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d656f9465e7b1c36319f86eeafdcec58fe9551a4..09c5ef58994d928bc9f099f711600ae82c760cdd:/src/mc/DwarfExpression.hpp diff --git a/src/mc/DwarfExpression.hpp b/src/mc/DwarfExpression.hpp index 09160c8d4c..defb89ceb6 100644 --- a/src/mc/DwarfExpression.hpp +++ b/src/mc/DwarfExpression.hpp @@ -59,7 +59,6 @@ public: class evaluation_error : std::runtime_error { public: evaluation_error(const char* what): std::runtime_error(what) {} - ~evaluation_error() noexcept(true); }; /** A stack for evaluating a DWARF expression