fix: Add compatibility with libcxx. #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-libcxx-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Replace
enumeratewithzip(iota, view)to make the library compatible withlibcxx, introduce namespace aliases for ranges.Use new
clang-lld-libcxxtoolchain to test compatibility in CI. Add more build configurations for CI to provide better coverage.