Home » Developing U++ » U++ Developers corner » C2280
Re: C2280 [message #47619 is a reply to message #47609] |
Thu, 09 February 2017 20:29  |
Didier
Messages: 728 Registered: November 2008 Location: France
|
Contributor |
|
|
Hi,
In fact, the origin of the error is probably readable in the code
==> you may have something like the following:
xxxx operator=(xxxx i) = deleted;
Apparently (I haven't looked precisely) deleted indicates that the code is deprecated but can't be used anymore (it is still present to make it easier to do corrections: if you know what has been removed).
I ran into the same type of error 2 days ago, and all the 'xx operator(const xx t)' where marked deleted ==> notice that only the CONST ones where deleted.
From my point of view these modifications are linked to the management of the move semantics introduced in C++11
[Updated on: Thu, 09 February 2017 20:30] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Thu Jun 05 06:27:04 CEST 2025
Total time taken to generate the page: 0.32698 seconds
|