mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
refactor: Change wording from NonCopyableOrMovable to NonCopyableAndNonMovable
Signed-off-by: Filip Hazubski <filip.hazubski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
28be16771d
commit
4c7900008f
@@ -399,7 +399,7 @@ struct ExecutionEnvExt;
|
||||
ExecutionEnvExt *allocateExecEnvExt();
|
||||
void freeExecEnvExt(ExecutionEnvExt *);
|
||||
|
||||
struct ExecutionEnvBaseT final : NEO::NonCopyableOrMovableClass {
|
||||
struct ExecutionEnvBaseT final : NEO::NonCopyableAndNonMovableClass {
|
||||
ExecutionEnvBaseT() {
|
||||
execEnvExt = allocateExecEnvExt();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user