summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/document_source_list_cached_and_active_users.h')
-rw-r--r--src/mongo/db/pipeline/document_source_list_cached_and_active_users.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h b/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
index 3dca331efee..408a2c5820a 100644
--- a/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
+++ b/src/mongo/db/pipeline/document_source_list_cached_and_active_users.h
@@ -49,7 +49,7 @@ public:
public:
static std::unique_ptr<LiteParsed> parse(const AggregationRequest& request,
const BSONElement& spec) {
- return stdx::make_unique<LiteParsed>();
+ return std::make_unique<LiteParsed>();
}
stdx::unordered_set<NamespaceString> getInvolvedNamespaces() const final {