Update to the latest AMTL version.
This commit is contained in:
@@ -121,7 +121,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
Entry(const Entry &other) KE_DELETE;
|
||||
Entry(const Entry &other) = delete;
|
||||
|
||||
ArrayInfo *ensureArray(size_t bytes) {
|
||||
ArrayInfo *array = raw();
|
||||
|
||||
Reference in New Issue
Block a user