Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Compile Error, Cannot Reference Deleted Function #8643

Closed
mixxxbot opened this issue Aug 22, 2022 · 4 comments
Closed

Windows Compile Error, Cannot Reference Deleted Function #8643

mixxxbot opened this issue Aug 22, 2022 · 4 comments
Labels
Milestone

Comments

@mixxxbot
Copy link
Collaborator

Reported by: czchmate
Date: 2016-09-13T16:48:55Z
Status: Fix Released
Importance: High
Launchpad Issue: lp1623128


Compilation fails for Windows Visual Studio 2013 using commit a766772 and the latest windows_environment from buildserver

The error is:
src\waveform\renderers\waveformmarkset.cpp(85) : error C2280: 'std::unique_ptr<ControlProxy,std::default_delete<_Ty>> &std::unique_ptr<_Ty,std::default_delete<_Ty>>::operator =(const std::unique_ptr<_Ty,std::default_delete<_Ty>> &)' : attempting to reference a deleted function
        with
        [
            _Ty=ControlProxy
        ]
        C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\INCLUDE\memory(14
87) : see declaration of 'std::unique_ptr<ControlProxy,std::default_delete<_Ty>>::operator ='
        with
        [
            _Ty=ControlProxy
        ]
        This diagnostic occurred in the compiler generated function 'WaveformMark &WaveformMark::operator =(const WaveformMark &)'
scons: *** [win32_build\waveform\renderers\waveformmarkset.obj] Error 2
scons: building terminated because of errors.
@mixxxbot mixxxbot added the bug label Aug 22, 2022
@mixxxbot
Copy link
Collaborator Author

Commented by: sblaisot
Date: 2016-09-13T18:22:27Z


confirmed with VS2013, compiling 64 bits, release target.

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2016-09-14T06:30:32Z


#1011

@mixxxbot
Copy link
Collaborator Author

Commented by: uklotzde
Date: 2016-09-14T06:31:33Z


Might be related to:
https://bugs.launchpad.net/mixxx/+bug/1618933

@mixxxbot
Copy link
Collaborator Author

Issue closed with status Fix Released.

@mixxxbot mixxxbot transferred this issue from another repository Aug 24, 2022
@mixxxbot mixxxbot added this to the 2.1.0 milestone Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant