aboutsummaryrefslogtreecommitdiff
path: root/delegate/CMakeLists.txt
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2021-09-21 14:43:16 +0100
committerRob Hughes <robert.hughes@arm.com>2021-09-21 14:43:16 +0100
commitc316c980bff21b489b31ad8bbe074fcdf4ccddbd (patch)
tree94f2a5c8e750525c8c304b775ba4ca5a619707bf /delegate/CMakeLists.txt
parenta3268f13d2b7abb9ae075389b4faae2b660d4889 (diff)
downloadarmnn-c316c980bff21b489b31ad8bbe074fcdf4ccddbd.tar.gz
Fix compile error in TransformIterator
The operator= functions were raising a compiler error on MSVC. The implementations of these functions also looked very suspicious as they were not behaving as a normal operator= would - they did not modify the 'this' object at all, and returned a copy rather than a reference. This patch changes them to be more conventional, which required removing the 'const' qualifier from m_fn in order to make the object assignable. Change-Id: I1c8b526581ed8973e64f1cffc43b97ac88e07699 Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Diffstat (limited to 'delegate/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions