diff options
Diffstat (limited to 'libcxx/include/shared_mutex')
| -rw-r--r-- | libcxx/include/shared_mutex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/shared_mutex b/libcxx/include/shared_mutex index 923fe07ab38..29e8cef4877 100644 --- a/libcxx/include/shared_mutex +++ b/libcxx/include/shared_mutex @@ -220,6 +220,7 @@ public: return try_lock_until(chrono::steady_clock::now() + __rel_time); } template <class _Clock, class _Duration> + _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS bool try_lock_until(const chrono::time_point<_Clock, _Duration>& __abs_time); void unlock(); @@ -235,6 +236,7 @@ public: return try_lock_shared_until(chrono::steady_clock::now() + __rel_time); } template <class _Clock, class _Duration> + _LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS bool try_lock_shared_until(const chrono::time_point<_Clock, _Duration>& __abs_time); void unlock_shared(); |

