summaryrefslogtreecommitdiff
path: root/src/mongo/stdx/condition_variable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/stdx/condition_variable.h')
-rw-r--r--src/mongo/stdx/condition_variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/stdx/condition_variable.h b/src/mongo/stdx/condition_variable.h
index 1a6836b3a5f..2f8a0ca6484 100644
--- a/src/mongo/stdx/condition_variable.h
+++ b/src/mongo/stdx/condition_variable.h
@@ -124,10 +124,10 @@ public:
std::condition_variable::notify_all(); // NOLINT
}
+ using std::condition_variable::native_handle; // NOLINT
using std::condition_variable::wait; // NOLINT
using std::condition_variable::wait_for; // NOLINT
using std::condition_variable::wait_until; // NOLINT
- using std::condition_variable::native_handle; // NOLINT
private:
friend class ::mongo::Waitable;