diff --git a/pool.hpp b/pool.hpp index c7a914c2..d5685636 100644 --- a/pool.hpp +++ b/pool.hpp @@ -58,7 +58,7 @@ namespace util { pool (const pool&) = delete; pool& operator= (const pool&) = delete; - pool (pool&&); + pool (pool&&) noexcept; pool& operator= (pool&&); explicit