Mark bdd_hash as noexcept
* spot/misc/bddlt.hh: do it
This commit is contained in:
parent
4bc68f8ab8
commit
b86cbf0514
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ namespace spot
|
|||
public std::unary_function<const bdd&, size_t>
|
||||
{
|
||||
size_t
|
||||
operator()(const bdd& b) const
|
||||
operator()(const bdd& b) const noexcept
|
||||
{
|
||||
return b.id();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue