[libcxx-commits] [libcxx] [libc++] Implement P2442R1 `std::views::slide` (PR #172948)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 25 09:37:28 PST 2025
anonymouspc 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.
Well, I believe the code has been formatted.
```
[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 seems like the `github-actions` message is outdated (as it was last edited/updated a week ago).
https://github.com/llvm/llvm-project/pull/172948
More information about the libcxx-commits
mailing list