aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists_IOS.txt
diff options
context:
space:
mode:
authorMartijn Otto <git@martijnotto.nl>2020-01-28 14:59:55 +0100
committerMartijn Otto <git@martijnotto.nl>2020-01-28 14:59:55 +0100
commit5002a0343fb58ebbf05e8db45895cc067b533b9b (patch)
treeb81ce67314c9739aed50e4716453c2580849eed4 /CMakeLists_IOS.txt
parentMerge pull request #6140 (diff)
downloadmonero-5002a0343fb58ebbf05e8db45895cc067b533b9b.tar.xz
Explicitly define copy assignment operator
The implicit copy assignment operator was deprecated because the class has an explicit copy constructor. According to the standard: The generation of the implicitly-defined copy assignment operator is deprecated (since C++11) if T has a user-declared destructor or user-declared copy constructor. Recent versions of gcc (9.1+) and clang (10.0) warn about this.
Diffstat (limited to 'CMakeLists_IOS.txt')
0 files changed, 0 insertions, 0 deletions