mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Disallow copying and moving TagNode
Change-Id: I1a350edaff300c68a4a7314ea984382b88288413 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
42200bf7f3
commit
71bd96ad71
@@ -23,7 +23,7 @@ template <typename TagType>
|
||||
class TagAllocator;
|
||||
|
||||
template <typename TagType>
|
||||
struct TagNode : public IDNode<TagNode<TagType>> {
|
||||
struct TagNode : public IDNode<TagNode<TagType>>, NonCopyableOrMovableClass {
|
||||
public:
|
||||
TagType *tagForCpuAccess;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user