noexcept: please gcc snapshot

* bin/common_finput.hh,
bin/common_trans.cc,
bin/common_trans.hh,
spot/misc/minato.hh,
spot/ta/ta.cc,
spot/ta/ta.hh,
spot/twa/acc.hh,
spot/twaalgos/cycles.hh,
spot/twaalgos/emptiness.hh,
spot/twaalgos/gtec/gtec.hh,
spot/twaalgos/ndfs_result.hxx,
spot/twaalgos/sccinfo.hh,
spot/twaalgos/word.cc,
spot/twaalgos/word.hh: Here.
This commit is contained in:
Etienne Renault 2018-11-28 16:23:14 +01:00 committed by root
parent b8164ef979
commit c2c8d21538
14 changed files with 26 additions and 26 deletions

View file

@ -33,8 +33,8 @@ namespace spot
/// BDDs: one list of the prefix, one list for the cycle.
struct SPOT_API twa_word final
{
twa_word(const bdd_dict_ptr& dict);
twa_word(const twa_run_ptr& run);
twa_word(const bdd_dict_ptr& dict) noexcept;
twa_word(const twa_run_ptr& run) noexcept;
~twa_word()
{
dict_->unregister_all_my_variables(this);