Remove two error codes
This commit is contained in:
+2
-2
@@ -156,8 +156,8 @@ class FormPart {
|
||||
public:
|
||||
FormPart() = default;
|
||||
|
||||
explicit FormPart(const std::string& name, const Path& path,
|
||||
const std::string& mime_type = "");
|
||||
FormPart(const std::string& name, const Path& path,
|
||||
const std::string& mime_type = "");
|
||||
|
||||
FormPart(const std::string& name, std::string&& data,
|
||||
const std::string& mime_type = "");
|
||||
|
||||
Reference in New Issue
Block a user