[libcxx-commits] [libcxx] [libc++][tuple.apply] Implement P2255R2 make_from_tuple part. (PR #152867)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Aug 16 03:11:02 PDT 2025
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 HEAD~1 HEAD --extensions ,cpp -- libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp libcxx/include/tuple
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp
index 7cf7d5c42..a48eecfdb 100644
--- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp
+++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp
@@ -19,9 +19,8 @@
#include "test_macros.h"
void test() {
-
// FreeBSD ci use clang 19.1.1, which hasn't implement __reference_constructs_from_temporary.
- // The static_assert inner std::make_from_tuple will not tiggered.
+ // The static_assert inner std::make_from_tuple will not tiggered.
#if __has_builtin(__reference_constructs_from_temporary)
// expected-error@*:* {{static assertion failed}}
#endif
``````````
</details>
https://github.com/llvm/llvm-project/pull/152867
More information about the libcxx-commits
mailing list