summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/cursor_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/catalog/cursor_manager.h')
-rw-r--r--src/mongo/db/catalog/cursor_manager.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/catalog/cursor_manager.h b/src/mongo/db/catalog/cursor_manager.h
index 60d5d673049..65fd204c5e3 100644
--- a/src/mongo/db/catalog/cursor_manager.h
+++ b/src/mongo/db/catalog/cursor_manager.h
@@ -30,7 +30,6 @@
#pragma once
-#include <boost/scoped_ptr.hpp>
#include "mongo/db/clientcursor.h"
#include "mongo/db/invalidation_type.h"
@@ -144,7 +143,7 @@ namespace mongo {
NamespaceString _nss;
unsigned _collectionCacheRuntimeId;
- boost::scoped_ptr<PseudoRandom> _random;
+ std::unique_ptr<PseudoRandom> _random;
mutable SimpleMutex _mutex;