* spot/twa/twa.hh (twa_succ_iterable): Mark move ctor as noexcept.

This commit is contained in:
Alexandre Duret-Lutz 2016-12-15 11:11:59 +01:00
parent 05f8333e76
commit 55eae0d8bc

View file

@ -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;