more noexcept to pleace GCC

* spot/bricks/brick-hashset (Row): Add noexcept.
* bin/autcross.cc (out_statistics): Likewise.
* bin/ltlcross.cc (statistics): Likewise.
This commit is contained in:
Alexandre Duret-Lutz 2022-05-17 17:43:27 +02:00
parent 99d030f5e1
commit a6639e56cb
3 changed files with 3 additions and 4 deletions

View file

@ -264,7 +264,7 @@ end_error()
struct statistics
{
statistics()
statistics() noexcept
: ok(false),
alternating(false),
status_str(nullptr),