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:
parent
a23b30abdc
commit
2a4e68bfae
3 changed files with 3 additions and 4 deletions
|
|
@ -583,7 +583,7 @@ struct _ConcurrentHashSet : HashSetBase< Cell >
|
|||
return begin() + size();
|
||||
}
|
||||
|
||||
Row() : _data( nullptr ), _size( 0 ) {}
|
||||
Row() noexcept : _data( nullptr ), _size( 0 ) {}
|
||||
~Row() { free(); }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue