mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Fix warning in test
This commit is contained in:
committed by
Vinnie Falco
parent
75da7a522e
commit
c682eb46e7
@@ -64,7 +64,7 @@ public:
|
|||||||
|
|
||||||
temp_file(temp_file&&) = default;
|
temp_file(temp_file&&) = default;
|
||||||
temp_file(temp_file const&) = delete;
|
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;
|
temp_file& operator=(temp_file const&) = delete;
|
||||||
|
|
||||||
boost::filesystem::path const& path() const
|
boost::filesystem::path const& path() const
|
||||||
|
Reference in New Issue
Block a user