summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/memory.h')
-rw-r--r--src/mongo/stdx/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mongo/stdx/memory.h b/src/mongo/stdx/memory.h
index 7bc01af79d9..1c4f512dc5a 100644
--- a/src/mongo/stdx/memory.h
+++ b/src/mongo/stdx/memory.h
@@ -37,7 +37,7 @@
namespace mongo {
namespace stdx {
- using ::std::make_unique;
+using ::std::make_unique;
} // namespace stdx
} // namespace mongo
@@ -49,7 +49,7 @@ namespace stdx {
namespace mongo {
namespace stdx {
- using boost::make_unique;
+using boost::make_unique;
} // namespace stdx
} // namespace mongo