From c682eb46e76a38cbcecb3c6040977d5495f55c17 Mon Sep 17 00:00:00 2001 From: Richard Hodges Date: Sat, 29 Feb 2020 08:58:49 +0100 Subject: [PATCH] Fix warning in test --- test/beast/http/file_body.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/beast/http/file_body.cpp b/test/beast/http/file_body.cpp index 119663b0..96873b3a 100644 --- a/test/beast/http/file_body.cpp +++ b/test/beast/http/file_body.cpp @@ -64,7 +64,7 @@ public: temp_file(temp_file&&) = default; temp_file(temp_file const&) = delete; - temp_file& operator=(temp_file&&) = default; + temp_file& operator=(temp_file&&) = delete; temp_file& operator=(temp_file const&) = delete; boost::filesystem::path const& path() const