https://bugs.kde.org/show_bug.cgi?id=387015
Bug ID: 387015
Summary: implicitly defined as deleted warnings in
src\backend/core
Product: LabPlot2
Version: latest
Platform: MS Windows
OS: MS Windows
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: backend
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I get:
2>C:\CraftRoot\labplot\src\backend/core/AbstractAspect.h(217): warning C4625:
'AbstractAspect': copy constructor was implicitly defined as deleted
2>C:\CraftRoot\labplot\src\backend/core/AbstractAspect.h(217): warning C4626:
'AbstractAspect': assignment operator was implicitly defined as deleted
2>C:\CraftRoot\labplot\src\backend/core/AbstractColumn.h(218): warning C4625:
'AbstractColumn': copy constructor was implicitly defined as deleted
2>C:\CraftRoot\labplot\src\backend/core/AbstractColumn.h(218): warning C4626:
'AbstractColumn': assignment operator was implicitly defined as deleted
and:
2>C:\CraftRoot\labplot\src\backend/datasources/filters/AbstractFileFilter.h(67):
warning C4625: 'AbstractFileFilter': copy constructor was implicitly defined as
deleted
2>C:\CraftRoot\labplot\src\backend/datasources/filters/AbstractFileFilter.h(67):
warning C4626: 'AbstractFileFilter': assignment operator was implicitly defined
as deleted
2>C:\CraftRoot\labplot\src\backend/datasources/filters/HDFFilter.h(71): warning
C4625: 'HDFFilter': copy constructor was implicitly defined as deleted
2>C:\CraftRoot\labplot\src\backend/datasources/filters/HDFFilter.h(71): warning
C4626: 'HDFFilter': assignment operator was implicitly defined as deleted
--
You are receiving this mail because:
You are watching all bug changes.