// Copyright 2016 Daniel James. // Copyright 2023 Christian Mazakas // 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" #include "../helpers/helpers.hpp" #include "../helpers/metafunctions.hpp" #include "../helpers/test.hpp" #include #include #include #include #include #if defined(BOOST_GCC) && BOOST_GCC >= 130000 #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wself-move" #endif template