diff options
Diffstat (limited to 'src/mongo/stdx/mutex.h')
-rw-r--r-- | src/mongo/stdx/mutex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/stdx/mutex.h b/src/mongo/stdx/mutex.h index b75a5b56988..033a5f9b080 100644 --- a/src/mongo/stdx/mutex.h +++ b/src/mongo/stdx/mutex.h @@ -35,8 +35,8 @@ namespace mongo { namespace stdx { using ::std::mutex; // NOLINT -using ::std::timed_mutex; // NOLINT using ::std::recursive_mutex; // NOLINT +using ::std::timed_mutex; // NOLINT using ::std::adopt_lock_t; // NOLINT using ::std::defer_lock_t; // NOLINT |