================
@@ -51,6 +51,10 @@ class LLDB_API SBProgress {
   SBProgress(const char *title, const char *details, uint64_t total_units,
              SBDebugger &debugger);
 
+#ifndef SWIG
----------------
Jlalond wrote:

Why the move operator for only Swig? Wouldn't this be useful if say DAP wanted 
to grab it's own progress object and then potentially move it?

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

Reply via email to