Skip to content

Fix building with llvm 21#114

Open
koolkdev wants to merge 3 commits into
masterfrom
feature/clang21-support
Open

Fix building with llvm 21#114
koolkdev wants to merge 3 commits into
masterfrom
feature/clang21-support

Conversation

@koolkdev

@koolkdev koolkdev commented Dec 5, 2025

Copy link
Copy Markdown
Owner

Replaced every range | std::ranges::to<…>() pipeline with plain function calls like std::ranges::tostd::vector(range) so clang 21’s stricter concept checks no longer blow up, keeping our range-to-container conversions intact without the adaptor syntax.

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

Successfully merging this pull request may close these issues.

1 participant