util/IntrusiveList: add noexcept
to defaulted constructor
This commit is contained in:
parent
a4b236348f
commit
7fe0095fa7
@ -125,7 +125,7 @@ class IntrusiveList {
|
||||
}
|
||||
|
||||
public:
|
||||
IntrusiveList() = default;
|
||||
IntrusiveList() noexcept = default;
|
||||
|
||||
IntrusiveList(IntrusiveList &&src) noexcept {
|
||||
if (src.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user