aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/runtime/CL/mlgo/HeuristicTree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/CL/mlgo/HeuristicTree.h b/src/runtime/CL/mlgo/HeuristicTree.h
index 64d79ffaa1..28996889b3 100644
--- a/src/runtime/CL/mlgo/HeuristicTree.h
+++ b/src/runtime/CL/mlgo/HeuristicTree.h
@@ -125,7 +125,7 @@ public:
/** Move constructor */
HeuristicTree(HeuristicTree &&other) noexcept = default;
/** Move assignment */
- HeuristicTree &operator=(HeuristicTree &&other) noexcept = default;
+ HeuristicTree &operator=(HeuristicTree &&other) = default;
/** Query a leaf value given a gemm shape
*