2015-08-13 Eelis van der Weegen <eelis@eelis.net>
* include/std/shared_mutex (shared_mutex::unlock()): Fix typo.
From-SVN: r226862
+2015-08-13 Eelis van der Weegen <eelis@eelis.net>
+
+ * include/std/shared_mutex (shared_mutex::unlock()): Fix typo.
+
2015-08-12 Caroline Tice <cmtice@google.com>
PR 66521, Contributed by Eric Gallager
void lock() { _M_impl.lock(); }
bool try_lock() { return _M_impl.try_lock(); }
- void unlock() { _M_impl.try_lock(); }
+ void unlock() { _M_impl.unlock(); }
// Shared ownership