mirror of
https://github.com/yhirose/cpp-httplib.git
synced 2025-05-15 09:18:27 +00:00
Make Client move-constructible (#1051)
This commit is contained in:
parent
549cdf2f7d
commit
e1efa337a2
2 changed files with 8 additions and 0 deletions
|
@ -1161,6 +1161,8 @@ public:
|
|||
const std::string &client_cert_path,
|
||||
const std::string &client_key_path);
|
||||
|
||||
Client(Client &&) = default;
|
||||
|
||||
~Client();
|
||||
|
||||
bool is_valid() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue