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   |
 |
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 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
|
|
|
Goto Forum:
Current Time: Fri Jul 18 10:06:58 CEST 2025
Total time taken to generate the page: 0.03905 seconds
|