[libcxx-commits] [libcxx] [libc++] Implement P2442R1 `std::views::slide` (PR #172948)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Dec 26 06:49:37 PST 2025
Zingam wrote:
> Thanks for your code review! The changes have been applied in the new commits.
>
> > Thank you for working on this. Can you fix the formatting errors.
>
> I reran `git clang-format` locally and it reports no differences:
>
> ```
> [anonymous at core clang]$ git branch
> main
> ranges_chunk
> * ranges_slide
> sarif
> [anonymous at core clang]$ git clang-format --diff $(git merge-base origin/main HEAD) HEAD
> [anonymous at core clang]$ git-clang-format --diff origin/main HEAD --diff_from_common_commit
> [anonymous at core clang]$ echo $?
> 0
> [anonymous at core clang]$
> ```
>
> It looks like the `gitHub-actions` message may be outdated (as it was last updated a week ago). Please let me know if you still see a formatting issue on your side, I’m glad to update, thanks!
Have you tried rebasing? Please try it. There is a merge conflict too.
https://github.com/llvm/llvm-project/pull/172948
More information about the libcxx-commits
mailing list