summaryrefslogtreecommitdiff
path: root/src/mongo/db/ops/modifier_current_date.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/ops/modifier_current_date.h')
-rw-r--r--src/mongo/db/ops/modifier_current_date.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/ops/modifier_current_date.h b/src/mongo/db/ops/modifier_current_date.h
index 09e56c9c8ac..291c05b377a 100644
--- a/src/mongo/db/ops/modifier_current_date.h
+++ b/src/mongo/db/ops/modifier_current_date.h
@@ -28,7 +28,6 @@
#pragma once
-#include <boost/scoped_ptr.hpp>
#include <string>
#include "mongo/base/disallow_copying.h"
@@ -84,7 +83,7 @@ namespace mongo {
// State which changes with each call of the mod.
struct PreparedState;
- boost::scoped_ptr<PreparedState> _preparedState;
+ std::unique_ptr<PreparedState> _preparedState;
};
} // namespace mongo