Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot this one
[simgrid.git] / src / mc / DwarfExpression.cpp
index d2de7fd..07b5f0d 100644 (file)
@@ -24,7 +24,7 @@ using simgrid::mc::remote;
 namespace simgrid {
 namespace dwarf {
 
-evaluation_error::~evaluation_error() {}
+evaluation_error::~evaluation_error() noexcept(true) {}
 
 void execute(
   const Dwarf_Op* ops, std::size_t n,