================
@@ -24,9 +24,8 @@ class AddressRangeListImpl {
public:
AddressRangeListImpl();
- AddressRangeListImpl(const AddressRangeListImpl &rhs) = default;
----------------
labath wrote:
I've deleted this because of a combination of a default copy constructor and a
non-default assignment operator is very unusual (and it makes the move
operations unavailable).
https://github.com/llvm/llvm-project/pull/117532
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits