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

Building Mixxx 2.4 fails with Xcode 12.4 #11762

Closed
daschuer opened this issue Jul 24, 2023 · 1 comment
Closed

Building Mixxx 2.4 fails with Xcode 12.4 #11762

daschuer opened this issue Jul 24, 2023 · 1 comment
Labels
Milestone

Comments

@daschuer
Copy link
Member

Bug Description

It looks like it insists to use the copy constructor when using operator[]

../src/effects/backends/effectprocessor.h:204:37: note: in instantiation of member function 'ChannelHandleMap<unique_ptr_vector<BalanceGroupState> >::operator[]' requested here
        auto& outputChannelStates = m_channelStateMatrix[inputChannel];
                                    ^
../src/effects/backends/builtin/balanceeffect.cpp:87:21: note: in instantiation of member function 'EffectProcessorImpl<BalanceGroupState>::initializeInputChannel' requested here
void BalanceEffect::loadEngineEffectParameters(
                    ^
/Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/memory:2518:3: note: copy constructor is implicitly deleted because 'unique_ptr<BalanceGroupState, std::__1::default_delete<BalanceGroupState> >' has a user-declared move constructor
  unique_ptr(unique_ptr&& __u) _NOEXCEPT
  ^
1 error generated.

Version

2.4-beta

OS

macOS

@Swiftb0y
Copy link
Member

fixed by #11765

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

2 participants