[libcxx-commits] [libcxx] [libc++][ranges] `elements_view`: `get()` forward declarations - tests (PR #82323)

via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 20 00:59:21 PST 2024


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 925768eeaba71ea288ba16557921ea3439f9fcf5 b4def10ea2203f48de62a0aabf27a4068c5db83c -- libcxx/test/std/containers/sequences/array/array.tuple/get.pass.cpp libcxx/test/std/numerics/complex.number/complex.tuple/get.pass.cpp libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/get_non_const.pass.cpp libcxx/test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp
``````````

</details>

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

``````````diff
diff --git a/libcxx/test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp b/libcxx/test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp
index 2374dbdee2..b688e3c70e 100644
--- a/libcxx/test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp
+++ b/libcxx/test/std/utilities/utility/pairs/pair.astuple/get_non_const.pass.cpp
@@ -72,5 +72,5 @@ int main(int, char**)
     }
 #endif
 
-  return 0;
+    return 0;
 }

``````````

</details>


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


More information about the libcxx-commits mailing list