-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[RF] Qualify calls to std::move in RooPolyFunc #11163
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
Conversation
Soon-to-be-released Clang 15 will complain: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
|
Starting build on |
|
Build failed on ROOT-performance-centos8-multicore/cxx17. Errors:
|
|
Build failed on mac11/cxx14. Errors:
|
|
Build failed on mac1015/cxx17. Errors:
|
guitargeek
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke!
|
@phsft-bot build |
|
Starting build on |
|
Build failed on ROOT-performance-centos8-multicore/cxx17. Failing tests: |
This is the "known" problem about |
Soon-to-be-released Clang 15 will complain: