diff --git a/spot/misc/bddlt.hh b/spot/misc/bddlt.hh index 2abc94fee..42fee47ab 100644 --- a/spot/misc/bddlt.hh +++ b/spot/misc/bddlt.hh @@ -86,7 +86,7 @@ namespace spot public std::unary_function { size_t - operator()(const bdd& b) const + operator()(const bdd& b) const noexcept { return b.id(); }