llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Keith Smiley (keith) <details> <summary>Changes</summary> It seems like this fails on macOS with C++20 --- Full diff: https://github.com/llvm/llvm-project/pull/169130.diff 1 Files Affected: - (modified) lldb/include/lldb/Utility/NonNullSharedPtr.h (-1) ``````````diff diff --git a/lldb/include/lldb/Utility/NonNullSharedPtr.h b/lldb/include/lldb/Utility/NonNullSharedPtr.h index d084e79759d1b..e0da293b9629e 100644 --- a/lldb/include/lldb/Utility/NonNullSharedPtr.h +++ b/lldb/include/lldb/Utility/NonNullSharedPtr.h @@ -56,7 +56,6 @@ template <typename T> class NonNullSharedPtr : private std::shared_ptr<T> { using Base::operator*; using Base::operator->; using Base::get; - using Base::unique; using Base::use_count; using Base::operator bool; `````````` </details> https://github.com/llvm/llvm-project/pull/169130 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
