diff --git a/test/unordered/node_handle_tests.cpp b/test/unordered/node_handle_tests.cpp index 4ac301cc..17957788 100644 --- a/test/unordered/node_handle_tests.cpp +++ b/test/unordered/node_handle_tests.cpp @@ -4,6 +4,8 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +#include + #include "../helpers/postfix.hpp" #include "../helpers/prefix.hpp" #include "../helpers/unordered.hpp" @@ -17,6 +19,11 @@ #include #include +#if defined(BOOST_GCC) && BOOST_GCC >= 130000 +#pragma GCC diagnostic push +#pragma GCC diagnostic ignored "-Wself-move" +#endif + template