Add [[nodiscard]] to make_request().
This commit is contained in:
parent
cac3e0b505
commit
ccc9b8235e
|
@ -78,6 +78,7 @@ public:
|
|||
//! Move assignment operator
|
||||
CURLWrapper& operator=(CURLWrapper &&other) noexcept = default;
|
||||
|
||||
[[nodiscard]]
|
||||
string make_request(const http_method &meth, const string_view &uri);
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue
Block a user