fix: delete move assignment operator

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2024-05-31 09:18:15 +00:00
committed by Compute-Runtime-Automation
parent 8e79e7a174
commit 34e5e18fa6

View File

@@ -50,6 +50,7 @@ class ISAPool : public AbstractBuffersPool<ISAPool, GraphicsAllocation> {
public:
ISAPool(ISAPool &&pool);
ISAPool &operator=(ISAPool &&other) = delete;
ISAPool(Device *device, bool isBuiltin, size_t storageSize);
~ISAPool() override;