diff options
Diffstat (limited to 'libcxx/include/memory')
| -rw-r--r-- | libcxx/include/memory | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/memory b/libcxx/include/memory index 71e812064646..ee245d5fd2dc 100644 --- a/libcxx/include/memory +++ b/libcxx/include/memory @@ -629,7 +629,7 @@ public: T& operator*() const noexcept; T* operator->() const noexcept; long use_count() const noexcept; - bool unique() const noexcept; + bool unique() const noexcept; // deprected in C++17, removed in C++20 explicit operator bool() const noexcept; template<class U> bool owner_before(shared_ptr<U> const& b) const noexcept; template<class U> bool owner_before(weak_ptr<U> const& b) const noexcept; |
