summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/find.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/find.cpp')
-rw-r--r--src/mongo/db/query/find.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/find.cpp b/src/mongo/db/query/find.cpp
index 7485d1a7260..10464c58641 100644
--- a/src/mongo/db/query/find.cpp
+++ b/src/mongo/db/query/find.cpp
@@ -353,7 +353,7 @@ Message getMore(OperationContext* opCtx,
*isCursorAuthorized = true;
// Only used by the failpoints.
- stdx::function<void()> dropAndReaquireReadLock = [&] {
+ std::function<void()> dropAndReaquireReadLock = [&] {
// Make sure an interrupted operation does not prevent us from reacquiring the lock.
UninterruptibleLockGuard noInterrupt(opCtx->lockState());