Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / beast / test / beast / core / test_handler.hpp
index 8601c70..1e33d46 100644 (file)
@@ -204,8 +204,8 @@ struct associated_allocator<
     using type = std::allocator<int>;
 
     static type get(
-        boost::beast::legacy_handler const& h,
-        Allocator const& = Allocator()) noexcept
+        boost::beast::legacy_handler const&,
+        Allocator const& = Allocator()) noexcept
     {
         return type{};
     }