-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Fix no member named 'construct' in 'optional<type-parameter-0-0 &>' error in sol.hpp with Clang 19 #7098
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
- Fix no member named 'construct' in 'optional<type-parameter-0-0 &>' error in sol.hpp with Clang 19 - Fix Policy CMP0167 is not set: The FindBoost module is removed with cmake 3.31.1
@DennisOSRM and @SiarheiFedartsou could you please review my pull request? I am attaching the broken and the fixed logs here: |
Started CI builds |
Hi @DennisOSRM does CI build maybe have the same issue as @SiarheiFedartsou had with my previous PR?
Could you please restart the CI build? |
…ommon boost packages already in the alpine-mimalloc stage
@DennisOSRM could you please approve again, now that the boost download issue in CI is fixed? |
Thanks! |
…rror in sol.hpp with Clang 19 (Project-OSRM#7098)
Issue
no member named 'construct' in 'optional<type-parameter-0-0 &>' error in with Clang 19 #7097
Changes