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