Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » C2280
Re: C2280 [message #47619 is a reply to message #47609] Thu, 09 February 2017 20:29 Go to previous message
Didier is currently offline  Didier
Messages: 680
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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: RPC_METHOD how to "define"
Next Topic: ASSERT when using ValueMap
Goto Forum:
  


Current Time: Sun Apr 28 10:53:33 CEST 2024

Total time taken to generate the page: 0.04122 seconds