diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2024-01-03 16:57:07 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-01-03 16:57:07 +0000 |
| commit | 77dbea07356e1ab2f37a777d4d1ddc5dd3e301c2 (patch) | |
| tree | bdb0bc8db7a91e1f8b4bb8729fc391e2adf45380 /libcxx/include/memory | |
| parent | 99aabd70801bd4bc72c4942747f6d62c675112f5 (diff) | |
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; |
