summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/dbmessage.h')
-rw-r--r--src/mongo/db/dbmessage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/dbmessage.h b/src/mongo/db/dbmessage.h
index 69fdfd7375a..7828e2938f1 100644
--- a/src/mongo/db/dbmessage.h
+++ b/src/mongo/db/dbmessage.h
@@ -327,7 +327,7 @@ enum QueryOptions {
* you want to pull it all down. Note: it is not allowed to not read all the data unless you
* close the connection.
- Use the query( stdx::function<void(const BSONObj&)> f, ... ) version of the connection's
+ Use the query( std::function<void(const BSONObj&)> f, ... ) version of the connection's
query()
method, and it will take care of all the details for you.
*/