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
|
|
@ -25,7 +25,7 @@ namespace spot
|
|||
{
|
||||
|
||||
|
||||
scc_stack_ta::connected_component::connected_component(int i)
|
||||
scc_stack_ta::connected_component::connected_component(int i) noexcept
|
||||
{
|
||||
index = i;
|
||||
is_accepting = false;
|
||||
|
|
|
|||
|
|
@ -211,7 +211,7 @@ namespace spot
|
|||
struct connected_component
|
||||
{
|
||||
public:
|
||||
connected_component(int index = -1);
|
||||
connected_component(int index = -1) noexcept;
|
||||
|
||||
/// Index of the SCC.
|
||||
int index;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue