We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4da5f3 commit 234fda4Copy full SHA for 234fda4
src/Disks/ObjectStorages/IObjectStorage.h
@@ -86,8 +86,8 @@ struct RelativePathWithMetadata
86
class CommandInTaskResponse
87
{
88
public:
89
- CommandInTaskResponse() {}
90
- CommandInTaskResponse(const std::string & task);
+ CommandInTaskResponse() = default;
+ explicit CommandInTaskResponse(const std::string & task);
91
92
bool is_parsed() const { return successfully_parsed; }
93
void set_retry_after_us(Poco::Timestamp::TimeDiff time_us) { retry_after_us = time_us; }
0 commit comments