mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +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:
|
||||
ISAPool(ISAPool &&pool);
|
||||
ISAPool &operator=(ISAPool &&other) = delete;
|
||||
ISAPool(Device *device, bool isBuiltin, size_t storageSize);
|
||||
~ISAPool() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user