summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx')
-rw-r--r--src/mongo/stdx/functional.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mongo/stdx/functional.h b/src/mongo/stdx/functional.h
index 0921cd22c94..e489c1d4edd 100644
--- a/src/mongo/stdx/functional.h
+++ b/src/mongo/stdx/functional.h
@@ -33,11 +33,9 @@
namespace mongo {
namespace stdx {
-using ::std::bind; // NOLINT
-using ::std::cref; // NOLINT
-using ::std::function; // NOLINT
-using ::std::ref; // NOLINT
-namespace placeholders = ::std::placeholders; // NOLINT
+using ::std::cref; // NOLINT
+using ::std::function; // NOLINT
+using ::std::ref; // NOLINT
} // namespace stdx
} // namespace mongo