================
@@ -22,8 +22,6 @@ class ValueObject;
/// A collection of ValueObject values that.
class ValueObjectList {
public:
- const ValueObjectList &operator=(const ValueObjectList &rhs);
----------------
JDevlieghere wrote:
Essentially a no-op, but necessary to silence:
```
warning: definition of implicit copy constructor for 'ValueObjectList' is
deprecated because it has a user-provided copy assignment operator
[-Wdeprecated-copy-with-user-provided-copy]
```
https://github.com/llvm/llvm-project/pull/127566
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits