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

Compile error with Clang 19 #2334

Open
sikmir opened this issue Feb 5, 2025 · 0 comments
Open

Compile error with Clang 19 #2334

sikmir opened this issue Feb 5, 2025 · 0 comments

Comments

@sikmir
Copy link
Member

sikmir commented Feb 5, 2025

       > In file included from /tmp/nix-build-OpenOrienteering-Mapper-0.9.5.drv-0/source/3rd-party/cove/libvectorizer/Vectorizer.cpp:39:
       > /tmp/nix-build-OpenOrienteering-Mapper-0.9.5.drv-0/source/3rd-party/cove/libvectorizer/Concurrency.h:120:80: error: overload resolution selected deleted operator '='
       >   120 |         Job& operator=(Job&& job) noexcept { future = std::move(job.future); progress = job.progress; }
       >       |                                                                              ~~~~~~~~ ^ ~~~~~~~~~~~~
       > /tmp/nix-build-OpenOrienteering-Mapper-0.9.5.drv-0/source/3rd-party/cove/libvectorizer/Concurrency.h:63:12: note: candidate function has been explicitly deleted
       >    63 |         Progress& operator=(const Progress&) = delete;
       >       |                   ^
       > /tmp/nix-build-OpenOrienteering-Mapper-0.9.5.drv-0/source/3rd-party/cove/libvectorizer/Concurrency.h:64:12: note: candidate function not viable: expects an rvalue for 1st argument
       >    64 |         Progress& operator=(Progress&& p) = delete;
       >       |                   ^         ~~~~~~~~~~~~
       > 1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant