Skip to content

Commit 13011fe

Browse files
authored
[lldb] Remove Base::unique from NonNullSharedPtr (#169130)
It seems like this fails on macOS with C++20
1 parent 136c9da commit 13011fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/include/lldb/Utility/NonNullSharedPtr.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ template <typename T> class NonNullSharedPtr : private std::shared_ptr<T> {
5656
using Base::operator*;
5757
using Base::operator->;
5858
using Base::get;
59-
using Base::unique;
6059
using Base::use_count;
6160
using Base::operator bool;
6261

0 commit comments

Comments
 (0)