diff --git a/include/boost/unordered/concurrent_flat_map.hpp b/include/boost/unordered/concurrent_flat_map.hpp index 4ec1ea27..15f45de2 100644 --- a/include/boost/unordered/concurrent_flat_map.hpp +++ b/include/boost/unordered/concurrent_flat_map.hpp @@ -855,8 +855,6 @@ namespace boost { #endif } // namespace unordered - - using unordered::concurrent_flat_map; } // namespace boost #endif // BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP diff --git a/include/boost/unordered/concurrent_flat_map_fwd.hpp b/include/boost/unordered/concurrent_flat_map_fwd.hpp index 8a1dca3b..99fa130c 100644 --- a/include/boost/unordered/concurrent_flat_map_fwd.hpp +++ b/include/boost/unordered/concurrent_flat_map_fwd.hpp @@ -46,9 +46,6 @@ namespace boost { } // namespace unordered using boost::unordered::concurrent_flat_map; - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif // BOOST_UNORDERED_CONCURRENT_FLAT_MAP_HPP diff --git a/include/boost/unordered/concurrent_flat_set.hpp b/include/boost/unordered/concurrent_flat_set.hpp index f86c6b91..57f20cdd 100644 --- a/include/boost/unordered/concurrent_flat_set.hpp +++ b/include/boost/unordered/concurrent_flat_set.hpp @@ -711,8 +711,6 @@ namespace boost { #endif } // namespace unordered - - using unordered::concurrent_flat_set; } // namespace boost #endif // BOOST_UNORDERED_CONCURRENT_FLAT_SET_HPP diff --git a/include/boost/unordered/concurrent_flat_set_fwd.hpp b/include/boost/unordered/concurrent_flat_set_fwd.hpp index d225a60b..03bcc5b4 100644 --- a/include/boost/unordered/concurrent_flat_set_fwd.hpp +++ b/include/boost/unordered/concurrent_flat_set_fwd.hpp @@ -47,9 +47,6 @@ namespace boost { } // namespace unordered using boost::unordered::concurrent_flat_set; - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif // BOOST_UNORDERED_CONCURRENT_FLAT_SET_FWD_HPP diff --git a/include/boost/unordered/unordered_flat_map_fwd.hpp b/include/boost/unordered/unordered_flat_map_fwd.hpp index be8e8176..5551d1a6 100644 --- a/include/boost/unordered/unordered_flat_map_fwd.hpp +++ b/include/boost/unordered/unordered_flat_map_fwd.hpp @@ -39,10 +39,6 @@ namespace boost { } // namespace unordered using boost::unordered::unordered_flat_map; - - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/include/boost/unordered/unordered_flat_set_fwd.hpp b/include/boost/unordered/unordered_flat_set_fwd.hpp index e62db6ba..02435bab 100644 --- a/include/boost/unordered/unordered_flat_set_fwd.hpp +++ b/include/boost/unordered/unordered_flat_set_fwd.hpp @@ -39,10 +39,6 @@ namespace boost { } // namespace unordered using boost::unordered::unordered_flat_set; - - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/include/boost/unordered/unordered_map_fwd.hpp b/include/boost/unordered/unordered_map_fwd.hpp index ad5fff1d..b374965e 100644 --- a/include/boost/unordered/unordered_map_fwd.hpp +++ b/include/boost/unordered/unordered_map_fwd.hpp @@ -60,11 +60,8 @@ namespace boost { template struct insert_return_type_map; } // namespace unordered - using boost::unordered::swap; using boost::unordered::unordered_map; using boost::unordered::unordered_multimap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/include/boost/unordered/unordered_node_map_fwd.hpp b/include/boost/unordered/unordered_node_map_fwd.hpp index ad58127c..ec598168 100644 --- a/include/boost/unordered/unordered_node_map_fwd.hpp +++ b/include/boost/unordered/unordered_node_map_fwd.hpp @@ -39,10 +39,6 @@ namespace boost { } // namespace unordered using boost::unordered::unordered_node_map; - - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/include/boost/unordered/unordered_node_set_fwd.hpp b/include/boost/unordered/unordered_node_set_fwd.hpp index d33af2d2..977d032f 100644 --- a/include/boost/unordered/unordered_node_set_fwd.hpp +++ b/include/boost/unordered/unordered_node_set_fwd.hpp @@ -39,10 +39,6 @@ namespace boost { } // namespace unordered using boost::unordered::unordered_node_set; - - using boost::unordered::swap; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/include/boost/unordered/unordered_set_fwd.hpp b/include/boost/unordered/unordered_set_fwd.hpp index 57d800d9..b74c6136 100644 --- a/include/boost/unordered/unordered_set_fwd.hpp +++ b/include/boost/unordered/unordered_set_fwd.hpp @@ -58,11 +58,8 @@ namespace boost { template struct insert_return_type_set; } // namespace unordered - using boost::unordered::swap; using boost::unordered::unordered_multiset; using boost::unordered::unordered_set; - using boost::unordered::operator==; - using boost::unordered::operator!=; } // namespace boost #endif diff --git a/test/unordered/compile_tests.hpp b/test/unordered/compile_tests.hpp index dd5a9277..b0f49ab3 100644 --- a/test/unordered/compile_tests.hpp +++ b/test/unordered/compile_tests.hpp @@ -1,6 +1,6 @@ // Copyright 2005-2009 Daniel James. -// Copyright 2022 Christian Mazakas. +// Copyright 2022-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) @@ -496,8 +496,6 @@ template void equality_test(X& r) test::check_return_type::equals(a == b); test::check_return_type::equals(a != b); - test::check_return_type::equals(boost::operator==(a, b)); - test::check_return_type::equals(boost::operator!=(a, b)); } template void unordered_unique_test(X& r, T const& t)