We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
error: /root/qt/src/github.com/qt.inline/src/core/externalrefcountdata.cxx:62:11: error: call to deleted function 'operator new' 62 | return new QtSharedPointer::ExternalRefCountData(d); | ^ /usr/local/include/QtCore/qsharedpointer_impl.h:162:22: note: candidate function has been explicitly deleted 162 | inline void *operator new(std::size_t) = delete; | ^ /usr/local/include/QtCore/qsharedpointer_impl.h:164:22: note: candidate function not viable: requires 2 arguments, but 1 was provided 164 | inline void *operator new(std::size_t, void *ptr) noexcept { return ptr; } | ^ ~~~~~~~~~~~~~~~~~~~~~~
qt version 5.15.14
how to do.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
error:
/root/qt/src/github.com/qt.inline/src/core/externalrefcountdata.cxx:62:11: error: call to deleted function 'operator new'
62 | return new QtSharedPointer::ExternalRefCountData(d);
| ^
/usr/local/include/QtCore/qsharedpointer_impl.h:162:22: note: candidate function has been explicitly deleted
162 | inline void *operator new(std::size_t) = delete;
| ^
/usr/local/include/QtCore/qsharedpointer_impl.h:164:22: note: candidate function not viable: requires 2 arguments, but 1 was provided
164 | inline void *operator new(std::size_t, void *ptr) noexcept { return ptr; }
| ^ ~~~~~~~~~~~~~~~~~~~~~~
qt version 5.15.14
how to do.
The text was updated successfully, but these errors were encountered: