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 » Community » Newbie corner » Error: use of deleted function ...
Re: Error: use of deleted function ... [message #49206 is a reply to message #49205] Sun, 07 January 2018 16:40 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1102
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello,

It seems that the compiler cannot generate operator= for some reasons. The following solution should fix your compilation problem:
Relazione &Clear() 			{ f = {}; return *this;}

// or
Relazione &Clear() 			{ f = RelazioneFormat(); return *this;}


If I will know more about this issue I will let you know. It would be good if you will migrate your code base to English Smile However, I understand a lot from your current code.

Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Sun, 07 January 2018 16:41]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Accessing Index structure elements
Next Topic: build methods
Goto Forum:
  


Current Time: Fri Jul 18 10:06:58 CEST 2025

Total time taken to generate the page: 0.03905 seconds