summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_pop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/modifier_pop.h')
-rw-r--r--src/mongo/db/ops/modifier_pop.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/ops/modifier_pop.h b/src/mongo/db/ops/modifier_pop.h
index c495c4c07fa..41501275619 100644
--- a/src/mongo/db/ops/modifier_pop.h
+++ b/src/mongo/db/ops/modifier_pop.h
@@ -28,7 +28,6 @@
#pragma once
-#include <boost/scoped_ptr.hpp>
#include <string>
#include "mongo/base/disallow_copying.h"
@@ -83,7 +82,7 @@ namespace mongo {
// The instance of the field in the provided doc.
// This data is valid after prepare, for use by log and apply
struct PreparedState;
- boost::scoped_ptr<PreparedState> _preparedState;
+ std::unique_ptr<PreparedState> _preparedState;
};
} // namespace mongo