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:
parent
b8164ef979
commit
c2c8d21538
14 changed files with 26 additions and 26 deletions
|
|
@ -379,13 +379,11 @@ namespace spot
|
|||
bdd label;
|
||||
acc_cond::mark_t acc;
|
||||
|
||||
step(const state* s, bdd label, acc_cond::mark_t acc)
|
||||
step(const state* s, bdd label, acc_cond::mark_t acc) noexcept
|
||||
: s(s), label(label), acc(acc)
|
||||
{
|
||||
}
|
||||
step()
|
||||
{
|
||||
}
|
||||
step() = default;
|
||||
};
|
||||
|
||||
typedef std::list<step> steps;
|
||||
|
|
@ -395,7 +393,7 @@ namespace spot
|
|||
const_twa_ptr aut;
|
||||
|
||||
~twa_run();
|
||||
twa_run(const const_twa_ptr& aut)
|
||||
twa_run(const const_twa_ptr& aut) noexcept
|
||||
: aut(aut)
|
||||
{
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue