Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
forgot this one
authordegomme <augustin.degomme@unibas.ch>
Sat, 24 Oct 2015 22:27:07 +0000 (00:27 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Sat, 24 Oct 2015 22:27:07 +0000 (00:27 +0200)
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,