pool: ensure move constructor is noexcept
This commit is contained in:
parent
b79cc887a0
commit
935a3b950f
2
pool.hpp
2
pool.hpp
@ -58,7 +58,7 @@ namespace util {
|
|||||||
pool (const pool&) = delete;
|
pool (const pool&) = delete;
|
||||||
pool& operator= (const pool&) = delete;
|
pool& operator= (const pool&) = delete;
|
||||||
|
|
||||||
pool (pool&&);
|
pool (pool&&) noexcept;
|
||||||
pool& operator= (pool&&);
|
pool& operator= (pool&&);
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
|
Loading…
Reference in New Issue
Block a user