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 ecd1143 commit 4f5bc65Copy full SHA for 4f5bc65
src/mongo/client/insert_write_operation.h
@@ -21,7 +21,7 @@ namespace mongo {
21
22
class InsertWriteOperation : public WriteOperationBase {
23
public:
24
- InsertWriteOperation(const BSONObj& doc);
+ explicit InsertWriteOperation(const BSONObj& doc);
25
26
virtual WriteOpType operationType() const;
27
virtual const char* batchName() const;
0 commit comments