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 » U++ community news and announcements » 2019.2
Re: 2019.2 [message #52721 is a reply to message #52602] Thu, 14 November 2019 09:38 Go to previous messageGo to previous message
Giorgio is currently offline  Giorgio
Messages: 218
Registered: August 2015
Experienced Member
Hi there,
I was compiling a big project of mine with 2019.2, MSVS 2019 64 bit, and I got the following error:

error C2280: 'Upp::Vector<Upp::Pointf>::Vector(const Upp::Vector<Upp::Pointf> &)': attempting to reference a deleted function operator.


The above error happens in Core/Vcont.h at line 132; if I look into the error, I see that it's generated by the following code:


OeeChart.cpp
See reference to the instance 'T &Upp::Vector<T>::Add(const T &)'
        with
        [
            T=Upp::Vector<Upp::Pointf>
        ]

for(unsigned int i = 0; i < colonne.size(); i++)
{
    Vector<Pointf> v_temp;
    v_temp.clear();
    for(unsigned int j = 0; j<colonne[i].coordinates.size(); j++)
      v_temp.push_back(colonne[i].coordinates[j]);
    b_on_screen.Add(v_temp);  <-- This is generating the error
}


and by:

OeeChart.h

Vector< Vector<Pointf> > b_on_screen;

See reference to the instance  'Upp::Vector<Upp::Vector<Upp::Pointf>>'


Regards,
gio
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: 2019.2 rc5
Next Topic: Server failure - some services might be temporarily unavailable
Goto Forum:
  


Current Time: Tue May 07 00:17:49 CEST 2024

Total time taken to generate the page: 0.01851 seconds