mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
fix: delete move assignment operator
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8e79e7a174
commit
34e5e18fa6
@@ -50,6 +50,7 @@ class ISAPool : public AbstractBuffersPool<ISAPool, GraphicsAllocation> {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
ISAPool(ISAPool &&pool);
|
ISAPool(ISAPool &&pool);
|
||||||
|
ISAPool &operator=(ISAPool &&other) = delete;
|
||||||
ISAPool(Device *device, bool isBuiltin, size_t storageSize);
|
ISAPool(Device *device, bool isBuiltin, size_t storageSize);
|
||||||
~ISAPool() override;
|
~ISAPool() override;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user