aadsm added inline comments.

================
Comment at: lldb/bindings/python/python-typemaps.swig:500
+  }
+};
+
----------------
labath wrote:
> Could you also `= delete` the copy operations to make sure nothing funny 
> happens with those.
The `= delete` is unsupported in SWIG 2, only in 3: 
http://www.swig.org/Doc3.0/CPlusPlus11.html#CPlusPlus11_defaulted_deleted
Do we really need it, or is there a workaround it, or should we just bump the 
minimum requirements to SWIG 3?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77480/new/

https://reviews.llvm.org/D77480

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to