* spot/twa/twa.hh (twa_succ_iterable): Mark move ctor as noexcept.
This commit is contained in:
parent
05f8333e76
commit
55eae0d8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ namespace spot
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
twa_succ_iterable(twa_succ_iterable&& other)
|
twa_succ_iterable(twa_succ_iterable&& other) noexcept
|
||||||
: aut_(other.aut_), it_(other.it_)
|
: aut_(other.aut_), it_(other.it_)
|
||||||
{
|
{
|
||||||
other.it_ = nullptr;
|
other.it_ = nullptr;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue