We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fae575 commit a0bb3caCopy full SHA for a0bb3ca
lib/Core/ExecutionState.h
@@ -230,7 +230,6 @@ struct MemorySubobject {
230
unsigned size;
231
explicit MemorySubobject(ref<Expr> address, unsigned size)
232
: address(address), size(size) {}
233
- MemorySubobject &operator=(const MemorySubobject &other) = default;
234
};
235
236
struct MemorySubobjectHash {
0 commit comments