[libcxx-commits] [libcxx] WIP: [libc++][ranges] Implement `ranges::slide_view` (PR #67146)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 27 07:50:37 PDT 2023


github-actions[bot] wrote:


<!--LLVM CODE FORMAT COMMENT: {clang-format}-->

:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 5b8204b2215f293f69dded5be2774bec7bb1fde0 9a617a98330ea5b8f4992041cbeea393a8039678 -- libcxx/include/__ranges/slide_view.h libcxx/test/std/ranges/range.adaptors/range.slide.view/adaptor.pass.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/libcxx/test/std/ranges/range.adaptors/range.slide.view/adaptor.pass.cpp b/libcxx/test/std/ranges/range.adaptors/range.slide.view/adaptor.pass.cpp
index 6d075d25f027..a4fb9784a6d8 100644
--- a/libcxx/test/std/ranges/range.adaptors/range.slide.view/adaptor.pass.cpp
+++ b/libcxx/test/std/ranges/range.adaptors/range.slide.view/adaptor.pass.cpp
@@ -10,7 +10,6 @@
 
 // std::views::slide
 
-
 #include "test_iterators.h"
 #include <cassert>
 #include <concepts>

``````````

</details>


https://github.com/llvm/llvm-project/pull/67146


More information about the libcxx-commits mailing list