aboutsummaryrefslogtreecommitdiff
path: root/examples/graph_srcnn955.cpp
diff options
context:
space:
mode:
authorMatthew Bentham <matthew.bentham@arm.com>2020-03-05 22:32:16 +0000
committerMatthew Bentham <matthew.bentham@arm.com>2020-03-09 13:41:18 +0000
commitf5f2391f0d925f2a8d0833114f63bd8cb1da27b1 (patch)
treee0a8b3cf332d1236142998ed2ae50968795240bc /examples/graph_srcnn955.cpp
parentb6f88b4cce83243068ee8d55a1ebc48567a5fb93 (diff)
downloadComputeLibrary-f5f2391f0d925f2a8d0833114f63bd8cb1da27b1.tar.gz
COMPMID-3069: Silence clang-8 warning wrt explicit default of deleted operator
Signed-off-by: Matthew Bentham <matthew.bentham@arm.com> Change-Id: Ib94d2770dd7991a1d5aa5e63edcc96714b183033 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/c/VisualCompute/ComputeLibrary/+/229015 Tested-by: bsgcomp <bsgcomp@arm.com> Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com> Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/2851 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'examples/graph_srcnn955.cpp')
-rw-r--r--examples/graph_srcnn955.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/examples/graph_srcnn955.cpp b/examples/graph_srcnn955.cpp
index 29faf72ac2..18921065d7 100644
--- a/examples/graph_srcnn955.cpp
+++ b/examples/graph_srcnn955.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -47,9 +47,7 @@ public:
}
GraphSRCNN955Example(const GraphSRCNN955Example &) = delete;
GraphSRCNN955Example &operator=(const GraphSRCNN955Example &) = delete;
- GraphSRCNN955Example(GraphSRCNN955Example &&) = default; // NOLINT
- GraphSRCNN955Example &operator=(GraphSRCNN955Example &&) = default; // NOLINT
- ~GraphSRCNN955Example() override = default;
+ ~GraphSRCNN955Example() override = default;
bool do_setup(int argc, char **argv) override
{
// Parse arguments