================ @@ -59,6 +63,9 @@ class LLDB_API SBProgress { lldb_private::Progress &ref() const; private: + SBProgress(const SBProgress &rhs) = delete; ---------------- Jlalond wrote:
Oh! I didn't originally do this because I thought we weren't adding deletes in the header. https://github.com/llvm/llvm-project/pull/124843 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits