aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CPP/CPPTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CPP/CPPTypes.h')
-rw-r--r--arm_compute/core/CPP/CPPTypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CPP/CPPTypes.h b/arm_compute/core/CPP/CPPTypes.h
index 0ac8bf6e52..87fa442672 100644
--- a/arm_compute/core/CPP/CPPTypes.h
+++ b/arm_compute/core/CPP/CPPTypes.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017-2018 ARM Limited.
+ * Copyright (c) 2017-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -113,8 +113,8 @@ public:
*/
CPUInfo &operator=(const CPUInfo &cpuinfo) = delete;
CPUInfo(const CPUInfo &cpuinfo) = delete;
- CPUInfo &operator=(const CPUInfo &&cpuinfo) = delete;
- CPUInfo(const CPUInfo &&cpuinfo) = delete;
+ CPUInfo &operator=(CPUInfo &&cpuinfo) = default;
+ CPUInfo(CPUInfo &&cpuinfo) = default;
/** Checks if the cpu model supports fp16.
*